Html Css Color HEX #33100C Seal Brown

📋 copy color: '#33100C'

red 51 ◦ green 16 ◦ blue 12

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

Shades of Seal Brown #33100C

Tints of Seal Brown #33100C

RGB

 RED value IS 51 (20.31% from 255) = 64.56%

 GREEN value IS 16 (6.64% from 255) = 20.25%

 BLUE value IS 12 (5.08% from 255) = 15.19%

R = 64.56%
G = 20.25%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#33100C (or 0x33100C) is known color: Seal Brown. HEX triplet: 33, 10 and 0C. RGB value is (51,16,12). Sum of RGB (Red+Green+Blue) = 51+16+12=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #33100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33100C is #CCEFF3. Grayscale: #1A1A1A. Windows color (decimal): -13430772 or 790579. OLE color: 790579.

HSL color Cylindrical-coordinate representation of color #33100C: hue angle of 6.15º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33100C is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 16 12 -
CMYK 0 0.69 0.76 0.8
HSL 6.15º 0.62% 0.12% -
HSV(B) 6.15º 0.76% 0.2% -
XYZ 1.62 1.1 0.48 -
YUV 26.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 51 16 12 0 0.69 0.76 0.8 6.15 0.62 0.12
Hex 33 10 C 0 45 4C 50 6 3E C
Octal 63 20 14 0 105 114 120 6 76 14
Binary 110011 10000 1100 0 1000101 1001100 1010000 110 111110 1100

Color Harmonies of #33100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33100C

Black with #33100C

Text Example


Text Example

White with #33100C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33100C; }

 p { color: rgb(51,16,12); }

 H1.HeaderClassName
 {
   color: #33100C;
 }
 .AnyTagClassName
 {
   color: #33100C;
 }
</style>

background-color css

<style>
 a { background-color: #33100C; }

 a { background-color: rgb(51,16,12); }

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

border-color css

<style>
 span { border-color: #33100C; }

 span { border-color: rgb(51,16,12); }

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