#34321A

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

Shades of Karaka #34321A

Tints of Karaka #34321A

Color information

#34321A (or 0x34321A) is unknown color: approx Karaka. HEX triplet: 34, 32 and 1A. RGB value is (52,50,26). Sum of RGB (Red+Green+Blue) = 52+50+26=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #34321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34321A is #CBCDE5. Grayscale: #2F2F2F. Windows color (decimal): -13356518 or 1716788. OLE color: 1716788.

HSL color Cylindrical-coordinate representation of color #34321A: hue angle of 55.38º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34321A is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB525026-
CMYK00.040.500.80
HSL55.38º33.33%15.29%-
HSV(B)55.38º50%20.39%-
XYZ2.743.091.43-
YUV47.86115.66130.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=40.62%
G=39.06%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52502600.040.500.8055.3833.3315.29
Hex34321A0432503721f
Octal6462320462120674117
Binary11010011001011010010011001010100001101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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