#353415

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

Shades of Karaka #353415

Tints of Karaka #353415

Color information

#353415 (or 0x353415) is unknown color: approx Karaka. HEX triplet: 35, 34 and 15. RGB value is (53,52,21). Sum of RGB (Red+Green+Blue) = 53+52+21=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #353415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353415 is #CACBEA. Grayscale: #303030. Windows color (decimal): -13290475 or 1389621. OLE color: 1389621.

HSL color Cylindrical-coordinate representation of color #353415: hue angle of 58.12º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #353415 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.79.

Color convert

RGB535221-
CMYK00.020.600.79
HSL58.12º43.24%14.51%-
HSV(B)58.12º60.38%20.78%-
XYZ2.833.271.19-
YUV48.76112.33131.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 21 (8.59% from 255) = 16.67%
R=42.06%
G=41.27%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53522100.020.600.7958.1243.2414.51
Hex353415023C4F3a2bf
Octal6564250274117725317
Binary1101011101001010101011110010011111110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353415; }

 p { color: rgb(53,52,21); }

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

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

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

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

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

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

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