#35340D

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

Shades of Karaka #35340D

Tints of Karaka #35340D

Color information

#35340D (or 0x35340D) is unknown color: approx Karaka. HEX triplet: 35, 34 and 0D. RGB value is (53,52,13). Sum of RGB (Red+Green+Blue) = 53+52+13=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 53 - color contains mainly: red. Hex color #35340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35340D is #CACBF2. Grayscale: #303030. Windows color (decimal): -13290483 or 865333. OLE color: 865333.

HSL color Cylindrical-coordinate representation of color #35340D: hue angle of 58.5º 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 #35340D is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.79.

Color convert

RGB535213-
CMYK00.020.750.79
HSL58.5º60.61%12.94%-
HSV(B)58.5º75.47%20.78%-
XYZ2.773.240.86-
YUV47.85108.33131.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.92%
GREEN value IS 52 (20.70% from 255) = 44.07%
BLUE value IS 13 (5.47% from 255) = 11.02%
R=44.92%
G=44.07%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53521300.020.750.7958.560.6112.94
Hex3534D024B4F3a3dd
Octal65641502113117727515
Binary1101011101001101010100101110011111110101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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