Html Css Color HEX #05360D Deep Fir

📋 copy color: '#05360D'

red 5 ◦ green 54 ◦ blue 13

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

Shades of Deep Fir #05360D

Tints of Deep Fir #05360D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 18.06%

R = 6.94%
G = 75%
B = 18.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.79

RGB Variations

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

Color information

#05360D (or 0x05360D) is known color: Deep Fir. HEX triplet: 05, 36 and 0D. RGB value is (5,54,13). Sum of RGB (Red+Green+Blue) = 5+54+13=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 54 (21.48% from 255 or 75% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 54 - color contains mainly: green. Hex color #05360D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05360D is #FAC9F2. Grayscale: #222222. Windows color (decimal): -16435699 or 865797. OLE color: 865797.

HSL color Cylindrical-coordinate representation of color #05360D: hue angle of 129.8º 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 #05360D is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 54 13 -
CMYK 0.91 0 0.76 0.79
HSL 129.8º 0.83% 0.12% -
HSV(B) 129.8º 0.91% 0.21% -
XYZ 1.45 2.7 0.83 -
YUV 34.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 5 54 13 0.91 0 0.76 0.79 129.8 0.83 0.12
Hex 5 36 D 5B 0 4C 4F 82 53 C
Octal 5 66 15 133 0 114 117 202 123 14
Binary 101 110110 1101 1011011 0 1001100 1001111 10000010 1010011 1100

Color Harmonies of #05360D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05360D

Black with #05360D

Text Example


Text Example

White with #05360D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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