#353416

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

Shades of Karaka #353416

Tints of Karaka #353416

Color information

#353416 (or 0x353416) is unknown color: approx Karaka. HEX triplet: 35, 34 and 16. RGB value is (53,52,22). Sum of RGB (Red+Green+Blue) = 53+52+22=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #353416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353416 is #CACBE9. Grayscale: #313131. Windows color (decimal): -13290474 or 1455157. OLE color: 1455157.

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

Color convert

RGB535222-
CMYK00.020.580.79
HSL58.06º41.33%14.71%-
HSV(B)58.06º58.49%20.78%-
XYZ2.843.271.24-
YUV48.88112.83130.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.73%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 22 (8.98% from 255) = 17.32%
R=41.73%
G=40.94%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53522200.020.580.7958.0641.3314.71
Hex353416023A4F3a29f
Octal6564260272117725117
Binary1101011101001011001011101010011111110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353416; }

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

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

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

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

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

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

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

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