#353521

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

Shades of Karaka #353521

Tints of Karaka #353521

Color information

#353521 (or 0x353521) is unknown color: approx Karaka. HEX triplet: 35, 35 and 21. RGB value is (53,53,33). Sum of RGB (Red+Green+Blue) = 53+53+33=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353521 is #CACADE. Grayscale: #323232. Windows color (decimal): -13290207 or 2176309. OLE color: 2176309.

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

Color convert

RGB535333-
CMYK000.380.79
HSL60º23.26%16.86%-
HSV(B)60º37.74%20.78%-
XYZ3.023.411.94-
YUV50.72118129.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.13%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=38.13%
G=38.13%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535333000.380.796023.2616.86
Hex35352100264F3c1711
Octal6565410046117742721
Binary1101011101011000010010011010011111111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353521; }

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

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

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

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

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

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

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

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