#343202

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

Shades of Karaka #343202

Tints of Karaka #343202

Color information

#343202 (or 0x343202) is unknown color: approx Karaka. HEX triplet: 34, 32 and 02. RGB value is (52,50,2). Sum of RGB (Red+Green+Blue) = 52+50+2=104 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50% from 104); Green value is 50 (19.92% from 255 or 48.08% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 52 - color contains mainly: red. Hex color #343202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343202 is #CBCDFD. Grayscale: #2D2D2D. Windows color (decimal): -13356542 or 143924. OLE color: 143924.

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

Color convert

RGB52502-
CMYK00.040.960.80
HSL57.6º92.59%10.59%-
HSV(B)57.6º96.15%20.39%-
XYZ2.573.020.5-
YUV45.13103.66132.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 50%
GREEN value IS 50 (19.92% from 255) = 48.08%
BLUE value IS 2 (1.17% from 255) = 1.92%
R=50%
G=48.08%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5250200.040.960.8057.692.5910.59
Hex343220460503a5db
Octal64622041401207213513
Binary1101001100101001001100000101000011101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343202; }

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

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

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

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

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

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

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

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