Html Css Color HEX #413828 Birch

📋 copy color: '#413828'

red 65 ◦ green 56 ◦ blue 40

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

Shades of Birch #413828

Tints of Birch #413828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.84%

R = 40.37%
G = 34.78%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#413828 (or 0x413828) is known color: Birch. HEX triplet: 41, 38 and 28. RGB value is (65,56,40). Sum of RGB (Red+Green+Blue) = 65+56+40=161 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.37% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 65 - color contains mainly: red. Hex color #413828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413828 is #BEC7D7. Grayscale: #383838. Windows color (decimal): -12503000 or 2635841. OLE color: 2635841.

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

Color convert

RGB 65 56 40 -
CMYK 0 0.14 0.38 0.75
HSL 38.4º 0.24% 0.21% -
HSV(B) 38.4º 0.38% 0.25% -
XYZ 3.98 4.11 2.59 -
YUV 56.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 65 56 40 0 0.14 0.38 0.75 38.4 0.24 0.21
Hex 41 38 28 0 E 26 4B 26 18 15
Octal 101 70 50 0 16 46 113 46 30 25
Binary 1000001 111000 101000 0 1110 100110 1001011 100110 11000 10101

Color Harmonies of #413828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413828

Black with #413828

Text Example


Text Example

White with #413828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413828; }

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

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

background-color css

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

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

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

border-color css

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

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

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