#33180A

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

Shades of Brown Pod #33180A

Tints of Brown Pod #33180A

Color information

#33180A (or 0x33180A) is unknown color: approx Brown Pod. HEX triplet: 33, 18 and 0A. RGB value is (51,24,10). Sum of RGB (Red+Green+Blue) = 51+24+10=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #33180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #33180A is #CCE7F5. Grayscale: #1E1E1E. Windows color (decimal): -13428726 or 661555. OLE color: 661555.

HSL color Cylindrical-coordinate representation of color #33180A: hue angle of 20.49º 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 #33180A is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.8.

Color convert

RGB512410-
CMYK00.530.800.8
HSL20.49º67.21%11.96%-
HSV(B)20.49º80.39%20%-
XYZ1.751.380.46-
YUV30.48116.45142.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 60%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=60%
G=28.24%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51241000.530.800.820.4967.2111.96
Hex3318A03550501443c
Octal6330120651201202410314
Binary1100111100010100110101101000010100001010010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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