Html Css Color HEX #370C06 Seal Brown

📋 copy color: '#370C06'

red 55 ◦ green 12 ◦ blue 6

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

Shades of Seal Brown #370C06

Tints of Seal Brown #370C06

RGB

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

 GREEN value IS 12 (5.08% from 255) = 16.44%

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

R = 75.34%
G = 16.44%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#370C06 (or 0x370C06) is known color: Seal Brown. HEX triplet: 37, 0C and 06. RGB value is (55,12,6). Sum of RGB (Red+Green+Blue) = 55+12+6=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 12 (5.08% from 255 or 16.44% from 73); Blue value is 6 (2.73% from 255 or 8.22% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #370C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C06 is #C8F3F9. Grayscale: #181818. Windows color (decimal): -13169658 or 396343. OLE color: 396343.

HSL color Cylindrical-coordinate representation of color #370C06: hue angle of 7.35º 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 #370C06 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 12 6 -
CMYK 0 0.78 0.89 0.78
HSL 7.35º 0.8% 0.12% -
HSV(B) 7.35º 0.89% 0.22% -
XYZ 1.74 1.09 0.29 -
YUV 24.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 55 12 6 0 0.78 0.89 0.78 7.35 0.8 0.12
Hex 37 C 6 0 4E 59 4E 7 50 C
Octal 67 14 6 0 116 131 116 7 120 14
Binary 110111 1100 110 0 1001110 1011001 1001110 111 1010000 1100

Color Harmonies of #370C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C06

Black with #370C06

Text Example


Text Example

White with #370C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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