Html Css Color HEX #413A27 Birch

📋 copy color: '#413A27'

red 65 ◦ green 58 ◦ blue 39

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

Shades of Birch #413A27

Tints of Birch #413A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.07%

R = 40.12%
G = 35.8%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#413A27 (or 0x413A27) is known color: Birch. HEX triplet: 41, 3A and 27. RGB value is (65,58,39). Sum of RGB (Red+Green+Blue) = 65+58+39=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 65 - color contains mainly: red. Hex color #413A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A27 is #BEC5D8. Grayscale: #3A3A3A. Windows color (decimal): -12502489 or 2570817. OLE color: 2570817.

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

Color convert

RGB 65 58 39 -
CMYK 0 0.11 0.40 0.75
HSL 43.85º 0.25% 0.2% -
HSV(B) 43.85º 0.4% 0.25% -
XYZ 4.06 4.3 2.53 -
YUV 57.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 65 58 39 0 0.11 0.40 0.75 43.85 0.25 0.2
Hex 41 3A 27 0 B 28 4B 2C 19 14
Octal 101 72 47 0 13 50 113 54 31 24
Binary 1000001 111010 100111 0 1011 101000 1001011 101100 11001 10100

Color Harmonies of #413A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A27

Black with #413A27

Text Example


Text Example

White with #413A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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