#34320D

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

Shades of Karaka #34320D

Tints of Karaka #34320D

Color information

#34320D (or 0x34320D) is unknown color: approx Karaka. HEX triplet: 34, 32 and 0D. RGB value is (52,50,13). Sum of RGB (Red+Green+Blue) = 52+50+13=115 (15% of max value = 765). Red value is 52 (20.70% from 255 or 45.22% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 52 - color contains mainly: red. Hex color #34320D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34320D is #CBCDF2. Grayscale: #2E2E2E. Windows color (decimal): -13356531 or 864820. OLE color: 864820.

HSL color Cylindrical-coordinate representation of color #34320D: hue angle of 56.92º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34320D is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB525013-
CMYK00.040.750.80
HSL56.92º60%12.75%-
HSV(B)56.92º75%20.39%-
XYZ2.633.040.83-
YUV46.38109.16132.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 45.22%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 13 (5.47% from 255) = 11.30%
R=45.22%
G=43.48%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52501300.040.750.8056.926012.75
Hex3432D044B50393cd
Octal64621504113120717415
Binary11010011001011010100100101110100001110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34320D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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