Html Css Color HEX #370D0B Seal Brown

📋 copy color: '#370D0B'

red 55 ◦ green 13 ◦ blue 11

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

Shades of Seal Brown #370D0B

Tints of Seal Brown #370D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 13.92%

R = 69.62%
G = 16.46%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#370D0B (or 0x370D0B) is known color: Seal Brown. HEX triplet: 37, 0D and 0B. RGB value is (55,13,11). Sum of RGB (Red+Green+Blue) = 55+13+11=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370D0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D0B is #C8F2F4. Grayscale: #191919. Windows color (decimal): -13169397 or 724279. OLE color: 724279.

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

Color convert

RGB 55 13 11 -
CMYK 0 0.76 0.8 0.78
HSL 2.73º 0.67% 0.13% -
HSV(B) 2.73º 0.8% 0.22% -
XYZ 1.78 1.12 0.44 -
YUV 25.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 55 13 11 0 0.76 0.8 0.78 2.73 0.67 0.13
Hex 37 D B 0 4C 50 4E 3 43 D
Octal 67 15 13 0 114 120 116 3 103 15
Binary 110111 1101 1011 0 1001100 1010000 1001110 11 1000011 1101

Color Harmonies of #370D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D0B

Black with #370D0B

Text Example


Text Example

White with #370D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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