#36330A

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

Shades of Karaka #36330A

Tints of Karaka #36330A

Color information

#36330A (or 0x36330A) is unknown color: approx Karaka. HEX triplet: 36, 33 and 0A. RGB value is (54,51,10). Sum of RGB (Red+Green+Blue) = 54+51+10=115 (15% of max value = 765). Red value is 54 (21.48% from 255 or 46.96% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 54 - color contains mainly: red. Hex color #36330A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36330A is #C9CCF5. Grayscale: #2F2F2F. Windows color (decimal): -13225206 or 668470. OLE color: 668470.

HSL color Cylindrical-coordinate representation of color #36330A: hue angle of 55.91º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36330A is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB545110-
CMYK00.060.810.79
HSL55.91º68.75%12.55%-
HSV(B)55.91º81.48%21.18%-
XYZ2.763.170.75-
YUV47.22106.99132.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 46.96%
GREEN value IS 51 (20.31% from 255) = 44.35%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=46.96%
G=44.35%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54511000.060.810.7955.9168.7512.55
Hex3633A06514F3845d
Octal666312061211177010515
Binary110110110011101001101010001100111111100010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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