Html Css Color HEX #323215 Karaka

📋 copy color: '#323215'

red 50 ◦ green 50 ◦ blue 21

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

Shades of Karaka #323215

Tints of Karaka #323215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.32%

 BLUE value IS 21 (8.59% from 255) = 17.36%

R = 41.32%
G = 41.32%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#323215 (or 0x323215) is known color: Karaka. HEX triplet: 32, 32 and 15. RGB value is (50,50,21). Sum of RGB (Red+Green+Blue) = 50+50+21=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 50 - color contains mainly: red, green. Hex color #323215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323215 is #CDCDEA. Grayscale: #2E2E2E. Windows color (decimal): -13487595 or 1389106. OLE color: 1389106.

HSL color Cylindrical-coordinate representation of color #323215: hue angle of 60º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323215 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 50 21 -
CMYK 0 0 0.58 0.80
HSL 60º 0.41% 0.14% -
HSV(B) 60º 0.58% 0.2% -
XYZ 2.59 3.01 1.15 -
YUV 46.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 50 50 21 0 0 0.58 0.80 60 0.41 0.14
Hex 32 32 15 0 0 3A 50 3C 29 E
Octal 62 62 25 0 0 72 120 74 51 16
Binary 110010 110010 10101 0 0 111010 1010000 111100 101001 1110

Color Harmonies of #323215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323215

Black with #323215

Text Example


Text Example

White with #323215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323215; }

 p { color: rgb(50,50,21); }

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

background-color css

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

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

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

border-color css

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

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

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