#36330E

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

Shades of Karaka #36330E

Tints of Karaka #36330E

Color information

#36330E (or 0x36330E) is unknown color: approx Karaka. HEX triplet: 36, 33 and 0E. RGB value is (54,51,14). Sum of RGB (Red+Green+Blue) = 54+51+14=119 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45.38% from 119); Green value is 51 (20.31% from 255 or 42.86% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 54 - color contains mainly: red. Hex color #36330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36330E is #C9CCF1. Grayscale: #2F2F2F. Windows color (decimal): -13225202 or 930614. OLE color: 930614.

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

Color convert

RGB545114-
CMYK00.060.740.79
HSL55.5º58.82%13.33%-
HSV(B)55.5º74.07%21.18%-
XYZ2.783.180.88-
YUV47.68108.99132.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45.38%
GREEN value IS 51 (20.31% from 255) = 42.86%
BLUE value IS 14 (5.86% from 255) = 11.76%
R=45.38%
G=42.86%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54511400.060.740.7955.558.8213.33
Hex3633E064A4F383bd
Octal66631606112117707315
Binary11011011001111100110100101010011111110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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