Html Css Color HEX #370F05 Seal Brown

📋 copy color: '#370F05'

red 55 ◦ green 15 ◦ blue 5

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

Shades of Seal Brown #370F05

Tints of Seal Brown #370F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20%

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

R = 73.33%
G = 20%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#370F05 (or 0x370F05) is known color: Seal Brown. HEX triplet: 37, 0F and 05. RGB value is (55,15,5). Sum of RGB (Red+Green+Blue) = 55+15+5=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370F05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F05 is #C8F0FA. Grayscale: #191919. Windows color (decimal): -13168891 or 331575. OLE color: 331575.

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

Color convert

RGB 55 15 5 -
CMYK 0 0.73 0.91 0.78
HSL 12º 0.83% 0.12% -
HSV(B) 12º 0.91% 0.22% -
XYZ 1.77 1.16 0.27 -
YUV 25.82 116.25 148.81 -
System Red Green Blue C M Y K H S L
Decimal 55 15 5 0 0.73 0.91 0.78 12 0.83 0.12
Hex 37 F 5 0 49 5B 4E C 53 C
Octal 67 17 5 0 111 133 116 14 123 14
Binary 110111 1111 101 0 1001001 1011011 1001110 1100 1010011 1100

Color Harmonies of #370F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F05

Black with #370F05

Text Example


Text Example

White with #370F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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