Html Css Color HEX #413B2A Birch

📋 copy color: '#413B2A'

red 65 ◦ green 59 ◦ blue 42

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

Shades of Birch #413B2A

Tints of Birch #413B2A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.54%

 BLUE value IS 42 (16.8% from 255) = 25.3%

R = 39.16%
G = 35.54%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#413B2A (or 0x413B2A) is known color: Birch. HEX triplet: 41, 3B and 2A. RGB value is (65,59,42). Sum of RGB (Red+Green+Blue) = 65+59+42=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 59 (23.44% from 255 or 35.54% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #413B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413B2A is #BEC4D5. Grayscale: #3A3A3A. Windows color (decimal): -12502230 or 2767681. OLE color: 2767681.

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

Color convert

RGB 65 59 42 -
CMYK 0 0.09 0.35 0.75
HSL 44.35º 0.21% 0.21% -
HSV(B) 44.35º 0.35% 0.25% -
XYZ 4.16 4.42 2.82 -
YUV 58.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 65 59 42 0 0.09 0.35 0.75 44.35 0.21 0.21
Hex 41 3B 2A 0 9 23 4B 2C 15 15
Octal 101 73 52 0 11 43 113 54 25 25
Binary 1000001 111011 101010 0 1001 100011 1001011 101100 10101 10101

Color Harmonies of #413B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B2A

Black with #413B2A

Text Example


Text Example

White with #413B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,59,42); }

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

background-color css

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

 a { background-color: rgb(65,59,42); }

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

border-color css

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

 span { border-color: rgb(65,59,42); }

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