#35350A

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

Shades of Karaka #35350A

Tints of Karaka #35350A

Color information

#35350A (or 0x35350A) is unknown color: approx Karaka. HEX triplet: 35, 35 and 0A. RGB value is (53,53,10). Sum of RGB (Red+Green+Blue) = 53+53+10=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 53 (21.09% from 255 or 45.69% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35350A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35350A is #CACAF5. Grayscale: #303030. Windows color (decimal): -13290230 or 668981. OLE color: 668981.

HSL color Cylindrical-coordinate representation of color #35350A: hue angle of 60º 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 #35350A is Cyan = 0, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB535310-
CMYK000.810.79
HSL60º68.25%12.35%-
HSV(B)60º81.13%20.78%-
XYZ2.83.330.78-
YUV48.1106.5131.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 53 (21.09% from 255) = 45.69%
BLUE value IS 10 (4.30% from 255) = 8.62%
R=45.69%
G=45.69%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535310000.810.796068.2512.35
Hex3535A00514F3c44c
Octal656512001211177410414
Binary1101011101011010001010001100111111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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