#353512

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

Shades of Karaka #353512

Tints of Karaka #353512

Color information

#353512 (or 0x353512) is unknown color: approx Karaka. HEX triplet: 35, 35 and 12. RGB value is (53,53,18). Sum of RGB (Red+Green+Blue) = 53+53+18=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 18 (7.42% from 255 or 14.52% from 124); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353512 is #CACAED. Grayscale: #313131. Windows color (decimal): -13290222 or 1193269. OLE color: 1193269.

HSL color Cylindrical-coordinate representation of color #353512: hue angle of 60º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353512 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB535318-
CMYK000.660.79
HSL60º49.3%13.92%-
HSV(B)60º66.04%20.78%-
XYZ2.853.351.07-
YUV49.01110.5130.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 53 (21.09% from 255) = 42.74%
BLUE value IS 18 (7.42% from 255) = 14.52%
R=42.74%
G=42.74%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535318000.660.796049.313.92
Hex35351200424F3c31e
Octal65652200102117746116
Binary1101011101011001000100001010011111111001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353512; }

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

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

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

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

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

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

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

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