Html Css Color HEX #370B05 Seal Brown

📋 copy color: '#370B05'

red 55 ◦ green 11 ◦ blue 5

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

Shades of Seal Brown #370B05

Tints of Seal Brown #370B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 15.49%

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

R = 77.46%
G = 15.49%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#370B05 (or 0x370B05) is known color: Seal Brown. HEX triplet: 37, 0B and 05. RGB value is (55,11,5). Sum of RGB (Red+Green+Blue) = 55+11+5=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 5 (2.34% from 255 or 7.04% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #370B05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B05 is #C8F4FA. Grayscale: #171717. Windows color (decimal): -13169915 or 330551. OLE color: 330551.

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

Color convert

RGB 55 11 5 -
CMYK 0 0.8 0.91 0.78
HSL 7.2º 0.83% 0.12% -
HSV(B) 7.2º 0.91% 0.22% -
XYZ 1.72 1.06 0.26 -
YUV 23.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 55 11 5 0 0.8 0.91 0.78 7.2 0.83 0.12
Hex 37 B 5 0 50 5B 4E 7 53 C
Octal 67 13 5 0 120 133 116 7 123 14
Binary 110111 1011 101 0 1010000 1011011 1001110 111 1010011 1100

Color Harmonies of #370B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B05

Black with #370B05

Text Example


Text Example

White with #370B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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