#35350D

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

Shades of Karaka #35350D

Tints of Karaka #35350D

Color information

#35350D (or 0x35350D) is unknown color: approx Karaka. HEX triplet: 35, 35 and 0D. RGB value is (53,53,13). Sum of RGB (Red+Green+Blue) = 53+53+13=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 53 - color contains mainly: red, green. Hex color #35350D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35350D is #CACAF2. Grayscale: #303030. Windows color (decimal): -13290227 or 865589. OLE color: 865589.

HSL color Cylindrical-coordinate representation of color #35350D: hue angle of 60º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35350D is Cyan = 0, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB535313-
CMYK000.750.79
HSL60º60.61%12.94%-
HSV(B)60º75.47%20.78%-
XYZ2.813.330.88-
YUV48.44108131.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.54%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=44.54%
G=44.54%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal535313000.750.796060.6112.94
Hex3535D004B4F3c3dd
Octal65651500113117747515
Binary110101110101110100100101110011111111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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