Html Css Color HEX #413A29 Birch

📋 copy color: '#413A29'

red 65 ◦ green 58 ◦ blue 41

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

Shades of Birch #413A29

Tints of Birch #413A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 35.37%

 BLUE value IS 41 (16.41% from 255) = 25%

R = 39.63%
G = 35.37%
B = 25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#413A29 (or 0x413A29) is known color: Birch. HEX triplet: 41, 3A and 29. RGB value is (65,58,41). Sum of RGB (Red+Green+Blue) = 65+58+41=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 58 (23.05% from 255 or 35.37% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #413A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A29 is #BEC5D6. Grayscale: #3A3A3A. Windows color (decimal): -12502487 or 2701889. OLE color: 2701889.

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

Color convert

RGB 65 58 41 -
CMYK 0 0.11 0.37 0.75
HSL 42.5º 0.23% 0.21% -
HSV(B) 42.5º 0.37% 0.25% -
XYZ 4.09 4.31 2.71 -
YUV 58.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 65 58 41 0 0.11 0.37 0.75 42.5 0.23 0.21
Hex 41 3A 29 0 B 25 4B 2A 17 15
Octal 101 72 51 0 13 45 113 52 27 25
Binary 1000001 111010 101001 0 1011 100101 1001011 101010 10111 10101

Color Harmonies of #413A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A29

Black with #413A29

Text Example


Text Example

White with #413A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,58,41); }

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

background-color css

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

 a { background-color: rgb(65,58,41); }

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

border-color css

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

 span { border-color: rgb(65,58,41); }

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