Html Css Color HEX #32140B Seal Brown

📋 copy color: '#32140B'

red 50 ◦ green 20 ◦ blue 11

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

Shades of Seal Brown #32140B

Tints of Seal Brown #32140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.69%

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

R = 61.73%
G = 24.69%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.80

RGB Variations

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

Color information

#32140B (or 0x32140B) is known color: Seal Brown. HEX triplet: 32, 14 and 0B. RGB value is (50,20,11). Sum of RGB (Red+Green+Blue) = 50+20+11=81 (10% of max value = 765). Red value is 50 (19.92% from 255 or 61.73% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 50 - color contains mainly: red. Hex color #32140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32140B is #CDEBF4. Grayscale: #1C1C1C. Windows color (decimal): -13495285 or 726066. OLE color: 726066.

HSL color Cylindrical-coordinate representation of color #32140B: hue angle of 13.85º 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 #32140B is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 20 11 -
CMYK 0 0.60 0.78 0.80
HSL 13.85º 0.64% 0.12% -
HSV(B) 13.85º 0.78% 0.2% -
XYZ 1.63 1.2 0.46 -
YUV 27.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 50 20 11 0 0.60 0.78 0.80 13.85 0.64 0.12
Hex 32 14 B 0 3C 4E 50 E 40 C
Octal 62 24 13 0 74 116 120 16 100 14
Binary 110010 10100 1011 0 111100 1001110 1010000 1110 1000000 1100

Color Harmonies of #32140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32140B

Black with #32140B

Text Example


Text Example

White with #32140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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