Html Css Color HEX #413A28 Birch

📋 copy color: '#413A28'

red 65 ◦ green 58 ◦ blue 40

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

Shades of Birch #413A28

Tints of Birch #413A28

RGB

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

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

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

R = 39.88%
G = 35.58%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#413A28 (or 0x413A28) is known color: Birch. HEX triplet: 41, 3A and 28. RGB value is (65,58,40). Sum of RGB (Red+Green+Blue) = 65+58+40=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 65 - color contains mainly: red. Hex color #413A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A28 is #BEC5D7. Grayscale: #3A3A3A. Windows color (decimal): -12502488 or 2636353. OLE color: 2636353.

HSL color Cylindrical-coordinate representation of color #413A28: hue angle of 43.2º 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 #413A28 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 58 40 -
CMYK 0 0.11 0.38 0.75
HSL 43.2º 0.24% 0.21% -
HSV(B) 43.2º 0.38% 0.25% -
XYZ 4.08 4.3 2.62 -
YUV 58.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 65 58 40 0 0.11 0.38 0.75 43.2 0.24 0.21
Hex 41 3A 28 0 B 26 4B 2B 18 15
Octal 101 72 50 0 13 46 113 53 30 25
Binary 1000001 111010 101000 0 1011 100110 1001011 101011 11000 10101

Color Harmonies of #413A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A28

Black with #413A28

Text Example


Text Example

White with #413A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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