Html Css Color HEX #053412 Deep Fir

📋 copy color: '#053412'

red 5 ◦ green 52 ◦ blue 18

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

Shades of Deep Fir #053412

Tints of Deep Fir #053412

RGB

 RED value IS 5 (2.34% from 255) = 6.67%

 GREEN value IS 52 (20.7% from 255) = 69.33%

 BLUE value IS 18 (7.42% from 255) = 24%

R = 6.67%
G = 69.33%
B = 24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.80

RGB Variations

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

Color information

#053412 (or 0x053412) is known color: Deep Fir. HEX triplet: 05, 34 and 12. RGB value is (5,52,18). Sum of RGB (Red+Green+Blue) = 5+52+18=75 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.67% from 75); Green value is 52 (20.70% from 255 or 69.33% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 52 - color contains mainly: green. Hex color #053412 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053412 is #FACBED. Grayscale: #222222. Windows color (decimal): -16436206 or 1192965. OLE color: 1192965.

HSL color Cylindrical-coordinate representation of color #053412: hue angle of 136.6º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053412 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 18 -
CMYK 0.90 0 0.65 0.80
HSL 136.6º 0.82% 0.11% -
HSV(B) 136.6º 0.9% 0.2% -
XYZ 1.4 2.53 0.99 -
YUV 34.07 118.93 107.26 -
System Red Green Blue C M Y K H S L
Decimal 5 52 18 0.90 0 0.65 0.80 136.6 0.82 0.11
Hex 5 34 12 5A 0 41 50 89 52 B
Octal 5 64 22 132 0 101 120 211 122 13
Binary 101 110100 10010 1011010 0 1000001 1010000 10001001 1010010 1011

Color Harmonies of #053412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053412

Black with #053412

Text Example


Text Example

White with #053412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053412; }

 p { color: rgb(5,52,18); }

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

background-color css

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

 a { background-color: rgb(5,52,18); }

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

border-color css

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

 span { border-color: rgb(5,52,18); }

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