Html Css Color HEX #413824 Birch

📋 copy color: '#413824'

red 65 ◦ green 56 ◦ blue 36

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

Shades of Birch #413824

Tints of Birch #413824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

 BLUE value IS 36 (14.45% from 255) = 22.93%

R = 41.4%
G = 35.67%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#413824 (or 0x413824) is known color: Birch. HEX triplet: 41, 38 and 24. RGB value is (65,56,36). Sum of RGB (Red+Green+Blue) = 65+56+36=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 65 - color contains mainly: red. Hex color #413824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413824 is #BEC7DB. Grayscale: #383838. Windows color (decimal): -12503004 or 2373697. OLE color: 2373697.

HSL color Cylindrical-coordinate representation of color #413824: hue angle of 41.38º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #413824 is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 36 -
CMYK 0 0.14 0.45 0.75
HSL 41.38º 0.29% 0.2% -
HSV(B) 41.38º 0.45% 0.25% -
XYZ 3.91 4.08 2.25 -
YUV 56.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 65 56 36 0 0.14 0.45 0.75 41.38 0.29 0.2
Hex 41 38 24 0 E 2D 4B 29 1D 14
Octal 101 70 44 0 16 55 113 51 35 24
Binary 1000001 111000 100100 0 1110 101101 1001011 101001 11101 10100

Color Harmonies of #413824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413824

Black with #413824

Text Example


Text Example

White with #413824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413824; }

 p { color: rgb(65,56,36); }

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

background-color css

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

 a { background-color: rgb(65,56,36); }

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

border-color css

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

 span { border-color: rgb(65,56,36); }

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