#34321C

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

Shades of Karaka #34321C

Tints of Karaka #34321C

Color information

#34321C (or 0x34321C) is unknown color: approx Karaka. HEX triplet: 34, 32 and 1C. RGB value is (52,50,28). Sum of RGB (Red+Green+Blue) = 52+50+28=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 50 (19.92% from 255 or 38.46% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #34321C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34321C is #CBCDE3. Grayscale: #303030. Windows color (decimal): -13356516 or 1847860. OLE color: 1847860.

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

Color convert

RGB525028-
CMYK00.040.460.80
HSL55º30%15.69%-
HSV(B)55º46.15%20.39%-
XYZ2.773.11.55-
YUV48.09116.66130.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 38.46%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=40%
G=38.46%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52502800.040.460.80553015.69
Hex34321C042E50371e10
Octal6462340456120673620
Binary11010011001011100010010111010100001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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