Html Css Color HEX #413A26 Birch

📋 copy color: '#413A26'

red 65 ◦ green 58 ◦ blue 38

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

Shades of Birch #413A26

Tints of Birch #413A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.6%

R = 40.37%
G = 36.02%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#413A26 (or 0x413A26) is known color: Birch. HEX triplet: 41, 3A and 26. RGB value is (65,58,38). Sum of RGB (Red+Green+Blue) = 65+58+38=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A26 is #BEC5D9. Grayscale: #393939. Windows color (decimal): -12502490 or 2505281. OLE color: 2505281.

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

Color convert

RGB 65 58 38 -
CMYK 0 0.11 0.42 0.75
HSL 44.44º 0.26% 0.2% -
HSV(B) 44.44º 0.42% 0.25% -
XYZ 4.04 4.29 2.45 -
YUV 57.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 65 58 38 0 0.11 0.42 0.75 44.44 0.26 0.2
Hex 41 3A 26 0 B 2A 4B 2C 1A 14
Octal 101 72 46 0 13 52 113 54 32 24
Binary 1000001 111010 100110 0 1011 101010 1001011 101100 11010 10100

Color Harmonies of #413A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A26

Black with #413A26

Text Example


Text Example

White with #413A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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