#343205

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

Shades of Karaka #343205

Tints of Karaka #343205

Color information

#343205 (or 0x343205) is unknown color: approx Karaka. HEX triplet: 34, 32 and 05. RGB value is (52,50,5). Sum of RGB (Red+Green+Blue) = 52+50+5=107 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.60% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 52 - color contains mainly: red. Hex color #343205 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343205 is #CBCDFA. Grayscale: #2D2D2D. Windows color (decimal): -13356539 or 340532. OLE color: 340532.

HSL color Cylindrical-coordinate representation of color #343205: hue angle of 57.45º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #343205 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.80.

Color convert

RGB52505-
CMYK00.040.900.80
HSL57.45º82.46%11.18%-
HSV(B)57.45º90.38%20.39%-
XYZ2.583.020.59-
YUV45.47105.16132.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.60%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=48.60%
G=46.73%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5250500.040.900.8057.4582.4611.18
Hex34325045A503952b
Octal64625041321207112213
Binary11010011001010101001011010101000011100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343205; }

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

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

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

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

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

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

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

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