Html Css Color HEX #323320 Karaka

📋 copy color: '#323320'

red 50 ◦ green 51 ◦ blue 32

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

Shades of Karaka #323320

Tints of Karaka #323320

RGB

 RED value IS 50 (19.92% from 255) = 37.59%

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

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

R = 37.59%
G = 38.35%
B = 24.06%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#323320 (or 0x323320) is known color: Karaka. HEX triplet: 32, 33 and 20. RGB value is (50,51,32). Sum of RGB (Red+Green+Blue) = 50+51+32=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 51 - color contains mainly: green. Hex color #323320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323320 is #CDCCDF. Grayscale: #303030. Windows color (decimal): -13487328 or 2110258. OLE color: 2110258.

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

Color convert

RGB 50 51 32 -
CMYK 0.02 0 0.37 0.8
HSL 63.16º 0.23% 0.16% -
HSV(B) 63.16º 0.37% 0.2% -
XYZ 2.76 3.15 1.83 -
YUV 48.54 118.67 129.04 -
System Red Green Blue C M Y K H S L
Decimal 50 51 32 0.02 0 0.37 0.8 63.16 0.23 0.16
Hex 32 33 20 2 0 25 50 3F 17 10
Octal 62 63 40 2 0 45 120 77 27 20
Binary 110010 110011 100000 10 0 100101 1010000 111111 10111 10000

Color Harmonies of #323320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323320

Black with #323320

Text Example


Text Example

White with #323320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323320; }

 p { color: rgb(50,51,32); }

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

background-color css

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

 a { background-color: rgb(50,51,32); }

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

border-color css

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

 span { border-color: rgb(50,51,32); }

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