#33330D

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

Shades of Karaka #33330D

Tints of Karaka #33330D

Color information

#33330D (or 0x33330D) is unknown color: approx Karaka. HEX triplet: 33, 33 and 0D. RGB value is (51,51,13). Sum of RGB (Red+Green+Blue) = 51+51+13=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 51 - color contains mainly: red, green. Hex color #33330D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33330D is #CCCCF2. Grayscale: #2E2E2E. Windows color (decimal): -13421811 or 865075. OLE color: 865075.

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

Color convert

RGB515113-
CMYK000.750.8
HSL60º59.38%12.55%-
HSV(B)60º74.51%20%-
XYZ2.623.10.84-
YUV46.67109131.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 44.35%
GREEN value IS 51 (20.31% from 255) = 44.35%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=44.35%
G=44.35%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515113000.750.86059.3812.55
Hex3333D004B503c3bd
Octal63631500113120747315
Binary110011110011110100100101110100001111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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