Html Css Color HEX #343321 Karaka

📋 copy color: '#343321'

red 52 ◦ green 51 ◦ blue 33

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

Shades of Karaka #343321

Tints of Karaka #343321

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.5%

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

R = 38.24%
G = 37.5%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#343321 (or 0x343321) is known color: Karaka. HEX triplet: 34, 33 and 21. RGB value is (52,51,33). Sum of RGB (Red+Green+Blue) = 52+51+33=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #343321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343321 is #CBCCDE. Grayscale: #313131. Windows color (decimal): -13356255 or 2175796. OLE color: 2175796.

HSL color Cylindrical-coordinate representation of color #343321: hue angle of 56.84º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #343321 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 51 33 -
CMYK 0 0.02 0.37 0.80
HSL 56.84º 0.22% 0.17% -
HSV(B) 56.84º 0.37% 0.2% -
XYZ 2.87 3.21 1.91 -
YUV 49.25 118.83 129.96 -
System Red Green Blue C M Y K H S L
Decimal 52 51 33 0 0.02 0.37 0.80 56.84 0.22 0.17
Hex 34 33 21 0 2 25 50 39 16 11
Octal 64 63 41 0 2 45 120 71 26 21
Binary 110100 110011 100001 0 10 100101 1010000 111001 10110 10001

Color Harmonies of #343321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343321

Black with #343321

Text Example


Text Example

White with #343321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343321; }

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

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

background-color css

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

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

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

border-color css

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

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

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