Html Css Color HEX #08370A Myrtle

📋 copy color: '#08370A'

red 8 ◦ green 55 ◦ blue 10

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

Shades of Myrtle #08370A

Tints of Myrtle #08370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 75.34%

 BLUE value IS 10 (4.3% from 255) = 13.7%

R = 10.96%
G = 75.34%
B = 13.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#08370A (or 0x08370A) is known color: Myrtle. HEX triplet: 08, 37 and 0A. RGB value is (8,55,10). Sum of RGB (Red+Green+Blue) = 8+55+10=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 55 (21.88% from 255 or 75.34% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 55 - color contains mainly: green. Hex color #08370A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08370A is #F7C8F5. Grayscale: #232323. Windows color (decimal): -16238838 or 669448. OLE color: 669448.

HSL color Cylindrical-coordinate representation of color #08370A: hue angle of 122.55º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08370A is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 55 10 -
CMYK 0.85 0 0.82 0.78
HSL 122.55º 0.75% 0.12% -
HSV(B) 122.55º 0.85% 0.22% -
XYZ 1.52 2.81 0.75 -
YUV 35.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 8 55 10 0.85 0 0.82 0.78 122.55 0.75 0.12
Hex 8 37 A 55 0 52 4E 7B 4B C
Octal 10 67 12 125 0 122 116 173 113 14
Binary 1000 110111 1010 1010101 0 1010010 1001110 1111011 1001011 1100

Color Harmonies of #08370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08370A

Black with #08370A

Text Example


Text Example

White with #08370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08370A; }

 p { color: rgb(8,55,10); }

 H1.HeaderClassName
 {
   color: #08370A;
 }
 .AnyTagClassName
 {
   color: #08370A;
 }
</style>

background-color css

<style>
 a { background-color: #08370A; }

 a { background-color: rgb(8,55,10); }

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

border-color css

<style>
 span { border-color: #08370A; }

 span { border-color: rgb(8,55,10); }

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