Html Css Color HEX #413826 Birch

📋 copy color: '#413826'

red 65 ◦ green 56 ◦ blue 38

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

Shades of Birch #413826

Tints of Birch #413826

RGB

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

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

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

R = 40.88%
G = 35.22%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#413826 (or 0x413826) is known color: Birch. HEX triplet: 41, 38 and 26. RGB value is (65,56,38). Sum of RGB (Red+Green+Blue) = 65+56+38=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 38 (15.23% from 255 or 23.90% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #413826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413826 is #BEC7D9. Grayscale: #383838. Windows color (decimal): -12503002 or 2504769. OLE color: 2504769.

HSL color Cylindrical-coordinate representation of color #413826: hue angle of 40º 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 #413826 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 38 -
CMYK 0 0.14 0.42 0.75
HSL 40º 0.26% 0.2% -
HSV(B) 40º 0.42% 0.25% -
XYZ 3.94 4.09 2.42 -
YUV 56.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 65 56 38 0 0.14 0.42 0.75 40 0.26 0.2
Hex 41 38 26 0 E 2A 4B 28 1A 14
Octal 101 70 46 0 16 52 113 50 32 24
Binary 1000001 111000 100110 0 1110 101010 1001011 101000 11010 10100

Color Harmonies of #413826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413826

Black with #413826

Text Example


Text Example

White with #413826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413826; }

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

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

background-color css

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

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

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

border-color css

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

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

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