Html Css Color HEX #33150E Seal Brown

📋 copy color: '#33150E'

red 51 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #33150E

Tints of Seal Brown #33150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.28%

R = 59.3%
G = 24.42%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#33150E (or 0x33150E) is known color: Seal Brown. HEX triplet: 33, 15 and 0E. RGB value is (51,21,14). Sum of RGB (Red+Green+Blue) = 51+21+14=86 (11% of max value = 765). Red value is 51 (20.31% from 255 or 59.30% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 51 - color contains mainly: red. Hex color #33150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33150E is #CCEAF1. Grayscale: #1D1D1D. Windows color (decimal): -13429490 or 922931. OLE color: 922931.

HSL color Cylindrical-coordinate representation of color #33150E: hue angle of 11.35º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33150E is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 21 14 -
CMYK 0 0.59 0.73 0.8
HSL 11.35º 0.57% 0.13% -
HSV(B) 11.35º 0.73% 0.2% -
XYZ 1.71 1.27 0.57 -
YUV 29.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 51 21 14 0 0.59 0.73 0.8 11.35 0.57 0.13
Hex 33 15 E 0 3B 49 50 B 39 D
Octal 63 25 16 0 73 111 120 13 71 15
Binary 110011 10101 1110 0 111011 1001001 1010000 1011 111001 1101

Color Harmonies of #33150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33150E

Black with #33150E

Text Example


Text Example

White with #33150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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