Html Css Color HEX #05330D Deep Fir

📋 copy color: '#05330D'

red 5 ◦ green 51 ◦ blue 13

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

Shades of Deep Fir #05330D

Tints of Deep Fir #05330D

RGB

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

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

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

R = 7.25%
G = 73.91%
B = 18.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#05330D (or 0x05330D) is known color: Deep Fir. HEX triplet: 05, 33 and 0D. RGB value is (5,51,13). Sum of RGB (Red+Green+Blue) = 5+51+13=69 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.25% from 69); Green value is 51 (20.31% from 255 or 73.91% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 51 - color contains mainly: green. Hex color #05330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05330D is #FACCF2. Grayscale: #212121. Windows color (decimal): -16436467 or 865029. OLE color: 865029.

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

Color convert

RGB 5 51 13 -
CMYK 0.90 0 0.75 0.8
HSL 130.43º 0.82% 0.11% -
HSV(B) 130.43º 0.9% 0.2% -
XYZ 1.32 2.43 0.78 -
YUV 32.91 116.76 108.09 -
System Red Green Blue C M Y K H S L
Decimal 5 51 13 0.90 0 0.75 0.8 130.43 0.82 0.11
Hex 5 33 D 5A 0 4B 50 82 52 B
Octal 5 63 15 132 0 113 120 202 122 13
Binary 101 110011 1101 1011010 0 1001011 1010000 10000010 1010010 1011

Color Harmonies of #05330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05330D

Black with #05330D

Text Example


Text Example

White with #05330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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