Html Css Color HEX #33150D Seal Brown

📋 copy color: '#33150D'

red 51 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #33150D

Tints of Seal Brown #33150D

RGB

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

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

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

R = 60%
G = 24.71%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.8

RGB Variations

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

Color information

#33150D (or 0x33150D) is known color: Seal Brown. HEX triplet: 33, 15 and 0D. RGB value is (51,21,13). Sum of RGB (Red+Green+Blue) = 51+21+13=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33150D is #CCEAF2. Grayscale: #1D1D1D. Windows color (decimal): -13429491 or 857395. OLE color: 857395.

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

Color convert

RGB 51 21 13 -
CMYK 0 0.59 0.75 0.8
HSL 12.63º 0.59% 0.13% -
HSV(B) 12.63º 0.75% 0.2% -
XYZ 1.71 1.27 0.54 -
YUV 29.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 51 21 13 0 0.59 0.75 0.8 12.63 0.59 0.13
Hex 33 15 D 0 3B 4B 50 D 3B D
Octal 63 25 15 0 73 113 120 15 73 15
Binary 110011 10101 1101 0 111011 1001011 1010000 1101 111011 1101

Color Harmonies of #33150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33150D

Black with #33150D

Text Example


Text Example

White with #33150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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