Html Css Color HEX #05330E Deep Fir

📋 copy color: '#05330E'

red 5 ◦ green 51 ◦ blue 14

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

Shades of Deep Fir #05330E

Tints of Deep Fir #05330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 72.86%

 BLUE value IS 14 (5.86% from 255) = 20%

R = 7.14%
G = 72.86%
B = 20%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#05330E (or 0x05330E) is known color: Deep Fir. HEX triplet: 05, 33 and 0E. RGB value is (5,51,14). Sum of RGB (Red+Green+Blue) = 5+51+14=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 51 (20.31% from 255 or 72.86% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 51 - color contains mainly: green. Hex color #05330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05330E is #FACCF1. Grayscale: #212121. Windows color (decimal): -16436466 or 930565. OLE color: 930565.

HSL color Cylindrical-coordinate representation of color #05330E: hue angle of 131.74º 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 #05330E is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB 5 51 14 -
CMYK 0.90 0 0.73 0.8
HSL 131.74º 0.82% 0.11% -
HSV(B) 131.74º 0.9% 0.2% -
XYZ 1.33 2.43 0.81 -
YUV 33.03 117.26 108.01 -
System Red Green Blue C M Y K H S L
Decimal 5 51 14 0.90 0 0.73 0.8 131.74 0.82 0.11
Hex 5 33 E 5A 0 49 50 84 52 B
Octal 5 63 16 132 0 111 120 204 122 13
Binary 101 110011 1110 1011010 0 1001001 1010000 10000100 1010010 1011

Color Harmonies of #05330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05330E

Black with #05330E

Text Example


Text Example

White with #05330E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05330E; }

 p { color: rgb(5,51,14); }

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

background-color css

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

 a { background-color: rgb(5,51,14); }

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

border-color css

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

 span { border-color: rgb(5,51,14); }

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