Html Css Color HEX #053817 Deep Fir

📋 copy color: '#053817'

red 5 ◦ green 56 ◦ blue 23

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

Shades of Deep Fir #053817

Tints of Deep Fir #053817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 27.38%

R = 5.95%
G = 66.67%
B = 27.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#053817 (or 0x053817) is known color: Deep Fir. HEX triplet: 05, 38 and 17. RGB value is (5,56,23). Sum of RGB (Red+Green+Blue) = 5+56+23=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #053817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053817 is #FAC7E8. Grayscale: #252525. Windows color (decimal): -16435177 or 1521669. OLE color: 1521669.

HSL color Cylindrical-coordinate representation of color #053817: hue angle of 141.18º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053817 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 56 23 -
CMYK 0.91 0 0.59 0.78
HSL 141.18º 0.84% 0.12% -
HSV(B) 141.18º 0.91% 0.22% -
XYZ 1.63 2.92 1.29 -
YUV 36.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 5 56 23 0.91 0 0.59 0.78 141.18 0.84 0.12
Hex 5 38 17 5B 0 3B 4E 8D 54 C
Octal 5 70 27 133 0 73 116 215 124 14
Binary 101 111000 10111 1011011 0 111011 1001110 10001101 1010100 1100

Color Harmonies of #053817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053817

Black with #053817

Text Example


Text Example

White with #053817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053817; }

 p { color: rgb(5,56,23); }

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

background-color css

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

 a { background-color: rgb(5,56,23); }

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

border-color css

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

 span { border-color: rgb(5,56,23); }

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