#353213

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

Shades of Karaka #353213

Tints of Karaka #353213

Color information

#353213 (or 0x353213) is unknown color: approx Karaka. HEX triplet: 35, 32 and 13. RGB value is (53,50,19). Sum of RGB (Red+Green+Blue) = 53+50+19=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 50 (19.92% from 255 or 40.98% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #353213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353213 is #CACDEC. Grayscale: #2F2F2F. Windows color (decimal): -13290989 or 1258037. OLE color: 1258037.

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

Color convert

RGB535019-
CMYK00.060.640.79
HSL54.71º47.22%14.12%-
HSV(B)54.71º64.15%20.78%-
XYZ2.733.091.07-
YUV47.36111.99132.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 50 (19.92% from 255) = 40.98%
BLUE value IS 19 (7.81% from 255) = 15.57%
R=43.44%
G=40.98%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53501900.060.640.7954.7147.2214.12
Hex35321306404F372fe
Octal65622306100117675716
Binary110101110010100110110100000010011111101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353213; }

 p { color: rgb(53,50,19); }

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

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

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

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

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

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

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