#353407

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

Shades of Karaka #353407

Tints of Karaka #353407

Color information

#353407 (or 0x353407) is unknown color: approx Karaka. HEX triplet: 35, 34 and 07. RGB value is (53,52,7). Sum of RGB (Red+Green+Blue) = 53+52+7=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 7 (3.12% from 255 or 6.25% from 112); Max value from RGB is 53 - color contains mainly: red. Hex color #353407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353407 is #CACBF8. Grayscale: #2F2F2F. Windows color (decimal): -13290489 or 472117. OLE color: 472117.

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

Color convert

RGB53527-
CMYK00.020.870.79
HSL58.7º76.67%11.76%-
HSV(B)58.7º86.79%20.78%-
XYZ2.733.230.68-
YUV47.17105.33132.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.32%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 7 (3.12% from 255) = 6.25%
R=47.32%
G=46.43%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5352700.020.870.7958.776.6711.76
Hex3534702574F3b4dc
Octal65647021271177311514
Binary1101011101001110101010111100111111101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353407; }

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

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

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

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

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

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

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

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