Html Css Color HEX #413928 Birch

📋 copy color: '#413928'

red 65 ◦ green 57 ◦ blue 40

#413928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Birch #413928

Tints of Birch #413928

RGB

 RED value IS 65 (25.78% from 255) = 40.12%

 GREEN value IS 57 (22.66% from 255) = 35.19%

 BLUE value IS 40 (16.02% from 255) = 24.69%

R = 40.12%
G = 35.19%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#413928 (or 0x413928) is known color: Birch. HEX triplet: 41, 39 and 28. RGB value is (65,57,40). Sum of RGB (Red+Green+Blue) = 65+57+40=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #413928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413928 is #BEC6D7. Grayscale: #393939. Windows color (decimal): -12502744 or 2636097. OLE color: 2636097.

HSL color Cylindrical-coordinate representation of color #413928: hue angle of 40.8º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413928 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 57 40 -
CMYK 0 0.12 0.38 0.75
HSL 40.8º 0.24% 0.21% -
HSV(B) 40.8º 0.38% 0.25% -
XYZ 4.03 4.2 2.61 -
YUV 57.45 118.15 133.38 -
System Red Green Blue C M Y K H S L
Decimal 65 57 40 0 0.12 0.38 0.75 40.8 0.24 0.21
Hex 41 39 28 0 C 26 4B 29 18 15
Octal 101 71 50 0 14 46 113 51 30 25
Binary 1000001 111001 101000 0 1100 100110 1001011 101001 11000 10101

Color Harmonies of #413928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413928

Black with #413928

Text Example


Text Example

White with #413928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413928; }

 p { color: rgb(65,57,40); }

 H1.HeaderClassName
 {
   color: #413928;
 }
 .AnyTagClassName
 {
   color: #413928;
 }
</style>

background-color css

<style>
 a { background-color: #413928; }

 a { background-color: rgb(65,57,40); }

 div.DivClassName
 {
   background-color: #413928;
 }
 .BgClassName
 {
   background-color: #413928;
 }
</style>

border-color css

<style>
 span { border-color: #413928; }

 span { border-color: rgb(65,57,40); }

 td.TdClassName
 {
   border-color: #413928;
 }
 .TagClassName
 {
   border-color: #413928;
 }
</style>