Html Css Color HEX #343520 Karaka

📋 copy color: '#343520'

red 52 ◦ green 53 ◦ blue 32

#343520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #343520

Tints of Karaka #343520

RGB

 RED value IS 52 (20.7% from 255) = 37.96%

 GREEN value IS 53 (21.09% from 255) = 38.69%

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 37.96%
G = 38.69%
B = 23.36%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.79

RGB Variations

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

Color information

#343520 (or 0x343520) is known color: Karaka. HEX triplet: 34, 35 and 20. RGB value is (52,53,32). Sum of RGB (Red+Green+Blue) = 52+53+32=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #343520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343520 is #CBCADF. Grayscale: #323232. Windows color (decimal): -13355744 or 2110772. OLE color: 2110772.

HSL color Cylindrical-coordinate representation of color #343520: hue angle of 62.86º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #343520 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 53 32 -
CMYK 0.02 0 0.40 0.79
HSL 62.86º 0.25% 0.17% -
HSV(B) 62.86º 0.4% 0.21% -
XYZ 2.95 3.38 1.86 -
YUV 50.31 117.67 129.21 -
System Red Green Blue C M Y K H S L
Decimal 52 53 32 0.02 0 0.40 0.79 62.86 0.25 0.17
Hex 34 35 20 2 0 28 4F 3F 19 11
Octal 64 65 40 2 0 50 117 77 31 21
Binary 110100 110101 100000 10 0 101000 1001111 111111 11001 10001

Color Harmonies of #343520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343520

Black with #343520

Text Example


Text Example

White with #343520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343520; }

 p { color: rgb(52,53,32); }

 H1.HeaderClassName
 {
   color: #343520;
 }
 .AnyTagClassName
 {
   color: #343520;
 }
</style>

background-color css

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

 a { background-color: rgb(52,53,32); }

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

border-color css

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

 span { border-color: rgb(52,53,32); }

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