#34350D

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

Shades of Karaka #34350D

Tints of Karaka #34350D

Color information

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

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

Color convert

RGB525313-
CMYK0.0200.750.79
HSL61.5º60.61%12.94%-
HSV(B)61.5º75.47%20.78%-
XYZ2.763.310.87-
YUV48.14108.17130.75-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5253130.0200.750.7961.560.6112.94
Hex3435D204B4F3e3dd
Octal64651520113117767515
Binary1101001101011101100100101110011111111101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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