Html Css Color HEX #370E05 Seal Brown

📋 copy color: '#370E05'

red 55 ◦ green 14 ◦ blue 5

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

Shades of Seal Brown #370E05

Tints of Seal Brown #370E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.76%

R = 74.32%
G = 18.92%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#370E05 (or 0x370E05) is known color: Seal Brown. HEX triplet: 37, 0E and 05. RGB value is (55,14,5). Sum of RGB (Red+Green+Blue) = 55+14+5=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 5 (2.34% from 255 or 6.76% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #370E05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370E05 is #C8F1FA. Grayscale: #191919. Windows color (decimal): -13169147 or 331319. OLE color: 331319.

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

Color convert

RGB 55 14 5 -
CMYK 0 0.75 0.91 0.78
HSL 10.8º 0.83% 0.12% -
HSV(B) 10.8º 0.91% 0.22% -
XYZ 1.76 1.14 0.27 -
YUV 25.23 116.58 149.23 -
System Red Green Blue C M Y K H S L
Decimal 55 14 5 0 0.75 0.91 0.78 10.8 0.83 0.12
Hex 37 E 5 0 4B 5B 4E B 53 C
Octal 67 16 5 0 113 133 116 13 123 14
Binary 110111 1110 101 0 1001011 1011011 1001110 1011 1010011 1100

Color Harmonies of #370E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E05

Black with #370E05

Text Example


Text Example

White with #370E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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