Html Css Color HEX #33150C Seal Brown

📋 copy color: '#33150C'

red 51 ◦ green 21 ◦ blue 12

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

Shades of Seal Brown #33150C

Tints of Seal Brown #33150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25%

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

R = 60.71%
G = 25%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#33150C (or 0x33150C) is known color: Seal Brown. HEX triplet: 33, 15 and 0C. RGB value is (51,21,12). Sum of RGB (Red+Green+Blue) = 51+21+12=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #33150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33150C is #CCEAF3. Grayscale: #1D1D1D. Windows color (decimal): -13429492 or 791859. OLE color: 791859.

HSL color Cylindrical-coordinate representation of color #33150C: hue angle of 13.85º 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 #33150C is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 21 12 -
CMYK 0 0.59 0.76 0.8
HSL 13.85º 0.62% 0.12% -
HSV(B) 13.85º 0.76% 0.2% -
XYZ 1.7 1.27 0.5 -
YUV 28.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 51 21 12 0 0.59 0.76 0.8 13.85 0.62 0.12
Hex 33 15 C 0 3B 4C 50 E 3E C
Octal 63 25 14 0 73 114 120 16 76 14
Binary 110011 10101 1100 0 111011 1001100 1010000 1110 111110 1100

Color Harmonies of #33150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33150C

Black with #33150C

Text Example


Text Example

White with #33150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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