Html Css Color HEX #05360F Deep Fir

📋 copy color: '#05360F'

red 5 ◦ green 54 ◦ blue 15

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

Shades of Deep Fir #05360F

Tints of Deep Fir #05360F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 72.97%

 BLUE value IS 15 (6.25% from 255) = 20.27%

R = 6.76%
G = 72.97%
B = 20.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#05360F (or 0x05360F) is known color: Deep Fir. HEX triplet: 05, 36 and 0F. RGB value is (5,54,15). Sum of RGB (Red+Green+Blue) = 5+54+15=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 54 (21.48% from 255 or 72.97% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 54 - color contains mainly: green. Hex color #05360F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05360F is #FAC9F0. Grayscale: #232323. Windows color (decimal): -16435697 or 996869. OLE color: 996869.

HSL color Cylindrical-coordinate representation of color #05360F: hue angle of 132.24º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05360F is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 15 -
CMYK 0.91 0 0.72 0.79
HSL 132.24º 0.83% 0.12% -
HSV(B) 132.24º 0.91% 0.21% -
XYZ 1.47 2.71 0.9 -
YUV 34.9 116.77 106.67 -
System Red Green Blue C M Y K H S L
Decimal 5 54 15 0.91 0 0.72 0.79 132.24 0.83 0.12
Hex 5 36 F 5B 0 48 4F 84 53 C
Octal 5 66 17 133 0 110 117 204 123 14
Binary 101 110110 1111 1011011 0 1001000 1001111 10000100 1010011 1100

Color Harmonies of #05360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05360F

Black with #05360F

Text Example


Text Example

White with #05360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05360F; }

 p { color: rgb(5,54,15); }

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

background-color css

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

 a { background-color: rgb(5,54,15); }

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

border-color css

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

 span { border-color: rgb(5,54,15); }

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