#353409

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

Shades of Karaka #353409

Tints of Karaka #353409

Color information

#353409 (or 0x353409) is unknown color: approx Karaka. HEX triplet: 35, 34 and 09. RGB value is (53,52,9). Sum of RGB (Red+Green+Blue) = 53+52+9=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 53 - color contains mainly: red. Hex color #353409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353409 is #CACBF6. Grayscale: #2F2F2F. Windows color (decimal): -13290487 or 603189. OLE color: 603189.

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

Color convert

RGB53529-
CMYK00.020.830.79
HSL58.64º70.97%12.16%-
HSV(B)58.64º83.02%20.78%-
XYZ2.753.230.74-
YUV47.4106.33132-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 52 (20.70% from 255) = 45.61%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=46.49%
G=45.61%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5352900.020.830.7958.6470.9712.16
Hex3534902534F3b47c
Octal656411021231177310714
Binary11010111010010010101010011100111111101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353409; }

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

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

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

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

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

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

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

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