Html Css Color HEX #37160F Seal Brown

📋 copy color: '#37160F'

red 55 ◦ green 22 ◦ blue 15

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

Shades of Seal Brown #37160F

Tints of Seal Brown #37160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.91%

 BLUE value IS 15 (6.25% from 255) = 16.3%

R = 59.78%
G = 23.91%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#37160F (or 0x37160F) is known color: Seal Brown. HEX triplet: 37, 16 and 0F. RGB value is (55,22,15). Sum of RGB (Red+Green+Blue) = 55+22+15=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #37160F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37160F is #C8E9F0. Grayscale: #1F1F1F. Windows color (decimal): -13167089 or 988727. OLE color: 988727.

HSL color Cylindrical-coordinate representation of color #37160F: hue angle of 10.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37160F is Cyan = 0, Magento = 0.6, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 22 15 -
CMYK 0 0.6 0.73 0.78
HSL 10.5º 0.57% 0.14% -
HSV(B) 10.5º 0.73% 0.22% -
XYZ 1.95 1.42 0.62 -
YUV 31.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 55 22 15 0 0.6 0.73 0.78 10.5 0.57 0.14
Hex 37 16 F 0 3C 49 4E A 39 E
Octal 67 26 17 0 74 111 116 12 71 16
Binary 110111 10110 1111 0 111100 1001001 1001110 1010 111001 1110

Color Harmonies of #37160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37160F

Black with #37160F

Text Example


Text Example

White with #37160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37160F; }

 p { color: rgb(55,22,15); }

 H1.HeaderClassName
 {
   color: #37160F;
 }
 .AnyTagClassName
 {
   color: #37160F;
 }
</style>

background-color css

<style>
 a { background-color: #37160F; }

 a { background-color: rgb(55,22,15); }

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

border-color css

<style>
 span { border-color: #37160F; }

 span { border-color: rgb(55,22,15); }

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