Html Css Color HEX #370F06 Seal Brown

📋 copy color: '#370F06'

red 55 ◦ green 15 ◦ blue 6

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

Shades of Seal Brown #370F06

Tints of Seal Brown #370F06

RGB

 RED value IS 55 (21.88% from 255) = 72.37%

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

 BLUE value IS 6 (2.73% from 255) = 7.89%

R = 72.37%
G = 19.74%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#370F06 (or 0x370F06) is known color: Seal Brown. HEX triplet: 37, 0F and 06. RGB value is (55,15,6). Sum of RGB (Red+Green+Blue) = 55+15+6=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F06 is #C8F0F9. Grayscale: #1A1A1A. Windows color (decimal): -13168890 or 397111. OLE color: 397111.

HSL color Cylindrical-coordinate representation of color #370F06: hue angle of 11.02º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370F06 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 15 6 -
CMYK 0 0.73 0.89 0.78
HSL 11.02º 0.8% 0.12% -
HSV(B) 11.02º 0.89% 0.22% -
XYZ 1.78 1.17 0.3 -
YUV 25.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 55 15 6 0 0.73 0.89 0.78 11.02 0.8 0.12
Hex 37 F 6 0 49 59 4E B 50 C
Octal 67 17 6 0 111 131 116 13 120 14
Binary 110111 1111 110 0 1001001 1011001 1001110 1011 1010000 1100

Color Harmonies of #370F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F06

Black with #370F06

Text Example


Text Example

White with #370F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370F06; }

 p { color: rgb(55,15,6); }

 H1.HeaderClassName
 {
   color: #370F06;
 }
 .AnyTagClassName
 {
   color: #370F06;
 }
</style>

background-color css

<style>
 a { background-color: #370F06; }

 a { background-color: rgb(55,15,6); }

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

border-color css

<style>
 span { border-color: #370F06; }

 span { border-color: rgb(55,15,6); }

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