Html Css Color HEX #370D07 Seal Brown

📋 copy color: '#370D07'

red 55 ◦ green 13 ◦ blue 7

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

Shades of Seal Brown #370D07

Tints of Seal Brown #370D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 9.33%

R = 73.33%
G = 17.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#370D07 (or 0x370D07) is known color: Seal Brown. HEX triplet: 37, 0D and 07. RGB value is (55,13,7). Sum of RGB (Red+Green+Blue) = 55+13+7=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 7 (3.12% from 255 or 9.33% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370D07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D07 is #C8F2F8. Grayscale: #181818. Windows color (decimal): -13169401 or 462135. OLE color: 462135.

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

Color convert

RGB 55 13 7 -
CMYK 0 0.76 0.87 0.78
HSL 7.5º 0.77% 0.12% -
HSV(B) 7.5º 0.87% 0.22% -
XYZ 1.76 1.12 0.32 -
YUV 24.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 55 13 7 0 0.76 0.87 0.78 7.5 0.77 0.12
Hex 37 D 7 0 4C 57 4E 8 4D C
Octal 67 15 7 0 114 127 116 10 115 14
Binary 110111 1101 111 0 1001100 1010111 1001110 1000 1001101 1100

Color Harmonies of #370D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D07

Black with #370D07

Text Example


Text Example

White with #370D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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