#35330E

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

Shades of Karaka #35330E

Tints of Karaka #35330E

Color information

#35330E (or 0x35330E) is unknown color: approx Karaka. HEX triplet: 35, 33 and 0E. RGB value is (53,51,14). Sum of RGB (Red+Green+Blue) = 53+51+14=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35330E is #CACCF1. Grayscale: #2F2F2F. Windows color (decimal): -13290738 or 930613. OLE color: 930613.

HSL color Cylindrical-coordinate representation of color #35330E: hue angle of 56.92º degrees, saturation: 0.58, 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 #35330E is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.79.

Color convert

RGB535114-
CMYK00.040.740.79
HSL56.92º58.21%13.14%-
HSV(B)56.92º73.58%20.78%-
XYZ2.733.160.88-
YUV47.38109.16132.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 14 (5.86% from 255) = 11.86%
R=44.92%
G=43.22%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53511400.040.740.7956.9258.2113.14
Hex3533E044A4F393ad
Octal65631604112117717215
Binary11010111001111100100100101010011111110011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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