#35340F

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

Shades of Karaka #35340F

Tints of Karaka #35340F

Color information

#35340F (or 0x35340F) is unknown color: approx Karaka. HEX triplet: 35, 34 and 0F. RGB value is (53,52,15). Sum of RGB (Red+Green+Blue) = 53+52+15=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #35340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35340F is #CACBF0. Grayscale: #303030. Windows color (decimal): -13290481 or 996405. OLE color: 996405.

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

Color convert

RGB535215-
CMYK00.020.720.79
HSL58.42º55.88%13.33%-
HSV(B)58.42º71.7%20.78%-
XYZ2.783.250.93-
YUV48.08109.33131.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 15 (6.25% from 255) = 12.5%
R=44.17%
G=43.33%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53521500.020.720.7958.4255.8813.33
Hex3534F02484F3a38d
Octal65641702110117727015
Binary1101011101001111010100100010011111110101110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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