Html Css Color HEX #320C04 Seal Brown

📋 copy color: '#320C04'

red 50 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #320C04

Tints of Seal Brown #320C04

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.18%

 BLUE value IS 4 (1.95% from 255) = 6.06%

R = 75.76%
G = 18.18%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#320C04 (or 0x320C04) is known color: Seal Brown. HEX triplet: 32, 0C and 04. RGB value is (50,12,4). Sum of RGB (Red+Green+Blue) = 50+12+4=66 (8% of max value = 765). Red value is 50 (19.92% from 255 or 75.76% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 50 - color contains mainly: red. Hex color #320C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320C04 is #CDF3FB. Grayscale: #161616. Windows color (decimal): -13497340 or 265266. OLE color: 265266.

HSL color Cylindrical-coordinate representation of color #320C04: hue angle of 10.43º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320C04 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 12 4 -
CMYK 0 0.76 0.92 0.80
HSL 10.43º 0.85% 0.11% -
HSV(B) 10.43º 0.92% 0.2% -
XYZ 1.47 0.95 0.22 -
YUV 22.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 50 12 4 0 0.76 0.92 0.80 10.43 0.85 0.11
Hex 32 C 4 0 4C 5C 50 A 55 B
Octal 62 14 4 0 114 134 120 12 125 13
Binary 110010 1100 100 0 1001100 1011100 1010000 1010 1010101 1011

Color Harmonies of #320C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320C04

Black with #320C04

Text Example


Text Example

White with #320C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320C04; }

 p { color: rgb(50,12,4); }

 H1.HeaderClassName
 {
   color: #320C04;
 }
 .AnyTagClassName
 {
   color: #320C04;
 }
</style>

background-color css

<style>
 a { background-color: #320C04; }

 a { background-color: rgb(50,12,4); }

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

border-color css

<style>
 span { border-color: #320C04; }

 span { border-color: rgb(50,12,4); }

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