#35340A

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

Shades of Karaka #35340A

Tints of Karaka #35340A

Color information

#35340A (or 0x35340A) is unknown color: approx Karaka. HEX triplet: 35, 34 and 0A. RGB value is (53,52,10). Sum of RGB (Red+Green+Blue) = 53+52+10=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 10 (4.30% from 255 or 8.70% from 115); Max value from RGB is 53 - color contains mainly: red. Hex color #35340A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35340A is #CACBF5. Grayscale: #2F2F2F. Windows color (decimal): -13290486 or 668725. OLE color: 668725.

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

Color convert

RGB535210-
CMYK00.020.810.79
HSL58.6º68.25%12.35%-
HSV(B)58.6º81.13%20.78%-
XYZ2.753.230.77-
YUV47.51106.83131.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.09%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 10 (4.30% from 255) = 8.70%
R=46.09%
G=45.22%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53521000.020.810.7958.668.2512.35
Hex3534A02514F3b44c
Octal656412021211177310414
Binary11010111010010100101010001100111111101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35340A; }

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

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

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

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

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

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

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

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