Html Css Color HEX #32140D Seal Brown

📋 copy color: '#32140D'

red 50 ◦ green 20 ◦ blue 13

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

Shades of Seal Brown #32140D

Tints of Seal Brown #32140D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.66%

R = 60.24%
G = 24.1%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#32140D (or 0x32140D) is known color: Seal Brown. HEX triplet: 32, 14 and 0D. RGB value is (50,20,13). Sum of RGB (Red+Green+Blue) = 50+20+13=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #32140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32140D is #CDEBF2. Grayscale: #1C1C1C. Windows color (decimal): -13495283 or 857138. OLE color: 857138.

HSL color Cylindrical-coordinate representation of color #32140D: hue angle of 11.35º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32140D is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 20 13 -
CMYK 0 0.60 0.74 0.80
HSL 11.35º 0.59% 0.12% -
HSV(B) 11.35º 0.74% 0.2% -
XYZ 1.64 1.21 0.53 -
YUV 28.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 50 20 13 0 0.60 0.74 0.80 11.35 0.59 0.12
Hex 32 14 D 0 3C 4A 50 B 3B C
Octal 62 24 15 0 74 112 120 13 73 14
Binary 110010 10100 1101 0 111100 1001010 1010000 1011 111011 1100

Color Harmonies of #32140D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32140D

Black with #32140D

Text Example


Text Example

White with #32140D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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