#34321D

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

Shades of Karaka #34321D

Tints of Karaka #34321D

Color information

#34321D (or 0x34321D) is unknown color: approx Karaka. HEX triplet: 34, 32 and 1D. RGB value is (52,50,29). Sum of RGB (Red+Green+Blue) = 52+50+29=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #34321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34321D is #CBCDE2. Grayscale: #303030. Windows color (decimal): -13356515 or 1913396. OLE color: 1913396.

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

Color convert

RGB525029-
CMYK00.040.440.80
HSL54.78º28.4%15.88%-
HSV(B)54.78º44.23%20.39%-
XYZ2.783.11.61-
YUV48.2117.16130.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 50 (19.92% from 255) = 38.17%
BLUE value IS 29 (11.72% from 255) = 22.14%
R=39.69%
G=38.17%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52502900.040.440.8054.7828.415.88
Hex34321D042C50371c10
Octal6462350454120673420
Binary11010011001011101010010110010100001101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34321D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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