Html Css Color HEX #845231 Korma

📋 copy color: '#845231'

red 132 ◦ green 82 ◦ blue 49

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

Shades of Korma #845231

Tints of Korma #845231

RGB

 RED value IS 132 (51.95% from 255) = 50.19%

 GREEN value IS 82 (32.42% from 255) = 31.18%

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 50.19%
G = 31.18%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#845231 (or 0x845231) is known color: Korma. HEX triplet: 84, 52 and 31. RGB value is (132,82,49). Sum of RGB (Red+Green+Blue) = 132+82+49=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #845231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845231 is #7BADCE. Grayscale: #5D5D5D. Windows color (decimal): -8105423 or 3232388. OLE color: 3232388.

HSL color Cylindrical-coordinate representation of color #845231: hue angle of 23.86º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #845231 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 82 49 -
CMYK 0 0.38 0.63 0.48
HSL 23.86º 0.46% 0.35% -
HSV(B) 23.86º 0.63% 0.52% -
XYZ 13.09 11.16 4.37 -
YUV 93.19 103.07 155.68 -
System Red Green Blue C M Y K H S L
Decimal 132 82 49 0 0.38 0.63 0.48 23.86 0.46 0.35
Hex 84 52 31 0 26 3F 30 18 2E 23
Octal 204 122 61 0 46 77 60 30 56 43
Binary 10000100 1010010 110001 0 100110 111111 110000 11000 101110 100011

Color Harmonies of #845231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845231

Black with #845231

Text Example


Text Example

White with #845231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845231; }

 p { color: rgb(132,82,49); }

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

background-color css

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

 a { background-color: rgb(132,82,49); }

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

border-color css

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

 span { border-color: rgb(132,82,49); }

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