Html Css Color HEX #343521 Karaka

📋 copy color: '#343521'

red 52 ◦ green 53 ◦ blue 33

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

Shades of Karaka #343521

Tints of Karaka #343521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 23.91%

R = 37.68%
G = 38.41%
B = 23.91%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#343521 (or 0x343521) is known color: Karaka. HEX triplet: 34, 35 and 21. RGB value is (52,53,33). Sum of RGB (Red+Green+Blue) = 52+53+33=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 53 - color contains mainly: green. Hex color #343521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343521 is #CBCADE. Grayscale: #323232. Windows color (decimal): -13355743 or 2176308. OLE color: 2176308.

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

Color convert

RGB 52 53 33 -
CMYK 0.02 0 0.38 0.79
HSL 63º 0.23% 0.17% -
HSV(B) 63º 0.38% 0.21% -
XYZ 2.96 3.39 1.94 -
YUV 50.42 118.17 129.13 -
System Red Green Blue C M Y K H S L
Decimal 52 53 33 0.02 0 0.38 0.79 63 0.23 0.17
Hex 34 35 21 2 0 26 4F 3F 17 11
Octal 64 65 41 2 0 46 117 77 27 21
Binary 110100 110101 100001 10 0 100110 1001111 111111 10111 10001

Color Harmonies of #343521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343521

Black with #343521

Text Example


Text Example

White with #343521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343521; }

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

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

background-color css

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

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

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

border-color css

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

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

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