Html Css Color HEX #413C32 Birch

📋 copy color: '#413C32'

red 65 ◦ green 60 ◦ blue 50

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

Shades of Birch #413C32

Tints of Birch #413C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

 BLUE value IS 50 (19.92% from 255) = 28.57%

R = 37.14%
G = 34.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#413C32 (or 0x413C32) is known color: Birch. HEX triplet: 41, 3C and 32. RGB value is (65,60,50). Sum of RGB (Red+Green+Blue) = 65+60+50=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #413C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413C32 is #BEC3CD. Grayscale: #3C3C3C. Windows color (decimal): -12501966 or 3292225. OLE color: 3292225.

HSL color Cylindrical-coordinate representation of color #413C32: hue angle of 40º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #413C32 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 60 50 -
CMYK 0 0.08 0.23 0.75
HSL 40º 0.13% 0.23% -
HSV(B) 40º 0.23% 0.25% -
XYZ 4.37 4.59 3.67 -
YUV 60.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 65 60 50 0 0.08 0.23 0.75 40 0.13 0.23
Hex 41 3C 32 0 8 17 4B 28 D 17
Octal 101 74 62 0 10 27 113 50 15 27
Binary 1000001 111100 110010 0 1000 10111 1001011 101000 1101 10111

Color Harmonies of #413C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C32

Black with #413C32

Text Example


Text Example

White with #413C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413C32; }

 p { color: rgb(65,60,50); }

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

background-color css

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

 a { background-color: rgb(65,60,50); }

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

border-color css

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

 span { border-color: rgb(65,60,50); }

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