Html Css Color HEX #370D06 Seal Brown

📋 copy color: '#370D06'

red 55 ◦ green 13 ◦ blue 6

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

Shades of Seal Brown #370D06

Tints of Seal Brown #370D06

RGB

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

 GREEN value IS 13 (5.47% from 255) = 17.57%

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

R = 74.32%
G = 17.57%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#370D06 (or 0x370D06) is known color: Seal Brown. HEX triplet: 37, 0D and 06. RGB value is (55,13,6). Sum of RGB (Red+Green+Blue) = 55+13+6=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 6 (2.73% from 255 or 8.11% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #370D06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D06 is #C8F2F9. Grayscale: #181818. Windows color (decimal): -13169402 or 396599. OLE color: 396599.

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

Color convert

RGB 55 13 6 -
CMYK 0 0.76 0.89 0.78
HSL 8.57º 0.8% 0.12% -
HSV(B) 8.57º 0.89% 0.22% -
XYZ 1.75 1.11 0.29 -
YUV 24.76 117.41 149.57 -
System Red Green Blue C M Y K H S L
Decimal 55 13 6 0 0.76 0.89 0.78 8.57 0.8 0.12
Hex 37 D 6 0 4C 59 4E 9 50 C
Octal 67 15 6 0 114 131 116 11 120 14
Binary 110111 1101 110 0 1001100 1011001 1001110 1001 1010000 1100

Color Harmonies of #370D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D06

Black with #370D06

Text Example


Text Example

White with #370D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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