#33330E

Color #33330E Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #33330E

Tints of Karaka #33330E

Color information

#33330E (or 0x33330E) is unknown color: approx Karaka. HEX triplet: 33, 33 and 0E. RGB value is (51,51,14). Sum of RGB (Red+Green+Blue) = 51+51+14=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 51 - color contains mainly: red, green. Hex color #33330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33330E is #CCCCF1. Grayscale: #2E2E2E. Windows color (decimal): -13421810 or 930611. OLE color: 930611.

HSL color Cylindrical-coordinate representation of color #33330E: hue angle of 60º 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 #33330E is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB515114-
CMYK000.730.8
HSL60º56.92%12.75%-
HSV(B)60º72.55%20%-
XYZ2.633.10.88-
YUV46.78109.5131.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 43.97%
GREEN value IS 51 (20.31% from 255) = 43.97%
BLUE value IS 14 (5.86% from 255) = 12.07%
R=43.97%
G=43.97%
B=12.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515114000.730.86056.9212.75
Hex3333E0049503c39d
Octal63631600111120747115
Binary110011110011111000100100110100001111001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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