#34331C

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

Shades of Karaka #34331C

Tints of Karaka #34331C

Color information

#34331C (or 0x34331C) is unknown color: approx Karaka. HEX triplet: 34, 33 and 1C. RGB value is (52,51,28). Sum of RGB (Red+Green+Blue) = 52+51+28=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 51 (20.31% from 255 or 38.93% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #34331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34331C is #CBCCE3. Grayscale: #303030. Windows color (decimal): -13356260 or 1848116. OLE color: 1848116.

HSL color Cylindrical-coordinate representation of color #34331C: hue angle of 57.5º 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 #34331C is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB525128-
CMYK00.020.460.80
HSL57.5º30%15.69%-
HSV(B)57.5º46.15%20.39%-
XYZ2.813.181.56-
YUV48.68116.33130.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 51 (20.31% from 255) = 38.93%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=39.69%
G=38.93%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52512800.020.460.8057.53015.69
Hex34331C022E503a1e10
Octal6463340256120723620
Binary1101001100111110001010111010100001110101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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