#33170B

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

Shades of Brown Pod #33170B

Tints of Brown Pod #33170B

Color information

#33170B (or 0x33170B) is unknown color: approx Brown Pod. HEX triplet: 33, 17 and 0B. RGB value is (51,23,11). Sum of RGB (Red+Green+Blue) = 51+23+11=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33170B is #CCE8F4. Grayscale: #1E1E1E. Windows color (decimal): -13428981 or 726835. OLE color: 726835.

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

Color convert

RGB512311-
CMYK00.550.780.8
HSL18º64.52%12.16%-
HSV(B)18º78.43%20%-
XYZ1.731.340.48-
YUV30117.28142.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60%
GREEN value IS 23 (9.38% from 255) = 27.06%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=60%
G=27.06%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51231100.550.780.81864.5212.16
Hex3317B0374E501241c
Octal6327130671161202210114
Binary1100111011110110110111100111010100001001010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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