#35350E

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

Shades of Karaka #35350E

Tints of Karaka #35350E

Color information

#35350E (or 0x35350E) is unknown color: approx Karaka. HEX triplet: 35, 35 and 0E. RGB value is (53,53,14). Sum of RGB (Red+Green+Blue) = 53+53+14=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 53 (21.09% from 255 or 44.17% from 120); Blue value is 14 (5.86% from 255 or 11.67% from 120); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35350E is #CACAF1. Grayscale: #303030. Windows color (decimal): -13290226 or 931125. OLE color: 931125.

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

Color convert

RGB535314-
CMYK000.740.79
HSL60º58.21%13.14%-
HSV(B)60º73.58%20.78%-
XYZ2.823.330.91-
YUV48.55108.5131.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 53 (21.09% from 255) = 44.17%
BLUE value IS 14 (5.86% from 255) = 11.67%
R=44.17%
G=44.17%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535314000.740.796058.2113.14
Hex3535E004A4F3c3ad
Octal65651600112117747215
Binary110101110101111000100101010011111111001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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