Html Css Color HEX #32110B Seal Brown

📋 copy color: '#32110B'

red 50 ◦ green 17 ◦ blue 11

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

Shades of Seal Brown #32110B

Tints of Seal Brown #32110B

RGB

 RED value IS 50 (19.92% from 255) = 64.1%

 GREEN value IS 17 (7.03% from 255) = 21.79%

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

R = 64.1%
G = 21.79%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#32110B (or 0x32110B) is known color: Seal Brown. HEX triplet: 32, 11 and 0B. RGB value is (50,17,11). Sum of RGB (Red+Green+Blue) = 50+17+11=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 17 (7.03% from 255 or 21.79% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #32110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32110B is #CDEEF4. Grayscale: #1A1A1A. Windows color (decimal): -13496053 or 725298. OLE color: 725298.

HSL color Cylindrical-coordinate representation of color #32110B: hue angle of 9.23º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32110B is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 17 11 -
CMYK 0 0.66 0.78 0.80
HSL 9.23º 0.64% 0.12% -
HSV(B) 9.23º 0.78% 0.2% -
XYZ 1.58 1.1 0.45 -
YUV 26.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 50 17 11 0 0.66 0.78 0.80 9.23 0.64 0.12
Hex 32 11 B 0 42 4E 50 9 40 C
Octal 62 21 13 0 102 116 120 11 100 14
Binary 110010 10001 1011 0 1000010 1001110 1010000 1001 1000000 1100

Color Harmonies of #32110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32110B

Black with #32110B

Text Example


Text Example

White with #32110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32110B; }

 p { color: rgb(50,17,11); }

 H1.HeaderClassName
 {
   color: #32110B;
 }
 .AnyTagClassName
 {
   color: #32110B;
 }
</style>

background-color css

<style>
 a { background-color: #32110B; }

 a { background-color: rgb(50,17,11); }

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

border-color css

<style>
 span { border-color: #32110B; }

 span { border-color: rgb(50,17,11); }

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