Html Css Color HEX #370E07 Seal Brown

📋 copy color: '#370E07'

red 55 ◦ green 14 ◦ blue 7

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

Shades of Seal Brown #370E07

Tints of Seal Brown #370E07

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.42%

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

R = 72.37%
G = 18.42%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.78

RGB Variations

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

Color information

#370E07 (or 0x370E07) is known color: Seal Brown. HEX triplet: 37, 0E and 07. RGB value is (55,14,7). Sum of RGB (Red+Green+Blue) = 55+14+7=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370E07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E07 is #C8F1F8. Grayscale: #191919. Windows color (decimal): -13169145 or 462391. OLE color: 462391.

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

Color convert

RGB 55 14 7 -
CMYK 0 0.75 0.87 0.78
HSL 8.75º 0.77% 0.12% -
HSV(B) 8.75º 0.87% 0.22% -
XYZ 1.77 1.14 0.33 -
YUV 25.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 55 14 7 0 0.75 0.87 0.78 8.75 0.77 0.12
Hex 37 E 7 0 4B 57 4E 9 4D C
Octal 67 16 7 0 113 127 116 11 115 14
Binary 110111 1110 111 0 1001011 1010111 1001110 1001 1001101 1100

Color Harmonies of #370E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E07

Black with #370E07

Text Example


Text Example

White with #370E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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