Html Css Color HEX #08350F Deep Fir

📋 copy color: '#08350F'

red 8 ◦ green 53 ◦ blue 15

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

Shades of Deep Fir #08350F

Tints of Deep Fir #08350F

RGB

 RED value IS 8 (3.52% from 255) = 10.53%

 GREEN value IS 53 (21.09% from 255) = 69.74%

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

R = 10.53%
G = 69.74%
B = 19.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#08350F (or 0x08350F) is known color: Deep Fir. HEX triplet: 08, 35 and 0F. RGB value is (8,53,15). Sum of RGB (Red+Green+Blue) = 8+53+15=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 53 (21.09% from 255 or 69.74% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 53 - color contains mainly: green. Hex color #08350F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08350F is #F7CAF0. Grayscale: #232323. Windows color (decimal): -16239345 or 996616. OLE color: 996616.

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

Color convert

RGB 8 53 15 -
CMYK 0.85 0 0.72 0.79
HSL 129.33º 0.74% 0.12% -
HSV(B) 129.33º 0.85% 0.21% -
XYZ 1.46 2.63 0.88 -
YUV 35.21 116.59 108.59 -
System Red Green Blue C M Y K H S L
Decimal 8 53 15 0.85 0 0.72 0.79 129.33 0.74 0.12
Hex 8 35 F 55 0 48 4F 81 4A C
Octal 10 65 17 125 0 110 117 201 112 14
Binary 1000 110101 1111 1010101 0 1001000 1001111 10000001 1001010 1100

Color Harmonies of #08350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08350F

Black with #08350F

Text Example


Text Example

White with #08350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,53,15); }

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

background-color css

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

 a { background-color: rgb(8,53,15); }

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

border-color css

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

 span { border-color: rgb(8,53,15); }

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