Html Css Color HEX #32120D Seal Brown

📋 copy color: '#32120D'

red 50 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #32120D

Tints of Seal Brown #32120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.22%

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

R = 61.73%
G = 22.22%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.80

RGB Variations

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

Color information

#32120D (or 0x32120D) is known color: Seal Brown. HEX triplet: 32, 12 and 0D. RGB value is (50,18,13). Sum of RGB (Red+Green+Blue) = 50+18+13=81 (10% of max value = 765). Red value is 50 (19.92% from 255 or 61.73% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 50 - color contains mainly: red. Hex color #32120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #32120D is #CDEDF2. Grayscale: #1B1B1B. Windows color (decimal): -13495795 or 856626. OLE color: 856626.

HSL color Cylindrical-coordinate representation of color #32120D: hue angle of 8.11º 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 #32120D is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 18 13 -
CMYK 0 0.64 0.74 0.80
HSL 8.11º 0.59% 0.12% -
HSV(B) 8.11º 0.74% 0.2% -
XYZ 1.6 1.14 0.52 -
YUV 27 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 50 18 13 0 0.64 0.74 0.80 8.11 0.59 0.12
Hex 32 12 D 0 40 4A 50 8 3B C
Octal 62 22 15 0 100 112 120 10 73 14
Binary 110010 10010 1101 0 1000000 1001010 1010000 1000 111011 1100

Color Harmonies of #32120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32120D

Black with #32120D

Text Example


Text Example

White with #32120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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