#33170A

Color #33170A Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #33170A

Tints of Brown Pod #33170A

Color information

#33170A (or 0x33170A) is unknown color: approx Brown Pod. HEX triplet: 33, 17 and 0A. RGB value is (51,23,10). Sum of RGB (Red+Green+Blue) = 51+23+10=84 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60.71% from 84); Green value is 23 (9.38% from 255 or 27.38% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 51 - color contains mainly: red. Hex color #33170A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33170A is #CCE8F5. Grayscale: #1D1D1D. Windows color (decimal): -13428982 or 661299. OLE color: 661299.

HSL color Cylindrical-coordinate representation of color #33170A: hue angle of 19.02º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33170A is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB512310-
CMYK00.550.800.8
HSL19.02º67.21%11.96%-
HSV(B)19.02º80.39%20%-
XYZ1.731.340.45-
YUV29.89116.78143.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60.71%
GREEN value IS 23 (9.38% from 255) = 27.38%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=60.71%
G=27.38%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51231000.550.800.819.0267.2111.96
Hex3317A03750501343c
Octal6327120671201202310314
Binary1100111011110100110111101000010100001001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33170A; }

 p { color: rgb(51,23,10); }

 H1.HeaderClassName
 {
   color: #33170A;
 }
 .AnyTagClassName
 {
   color: #33170A;
 }
</style>
background-color css

<style>
 a { background-color: #33170A; }

 a { background-color: rgb(51,23,10); }

 div.DivClassName
 {
   background-color: #33170A;
 }
 .BgClassName
 {
   background-color: #33170A;
 }
</style>
border-color css

<style>
 span { border-color: #33170A; }

 span { border-color: rgb(51,23,10); }

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