Html Css Color HEX #845331 Korma

📋 copy color: '#845331'

red 132 ◦ green 83 ◦ blue 49

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

Shades of Korma #845331

Tints of Korma #845331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

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

R = 50%
G = 31.44%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#845331 (or 0x845331) is known color: Korma. HEX triplet: 84, 53 and 31. RGB value is (132,83,49). Sum of RGB (Red+Green+Blue) = 132+83+49=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #845331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845331 is #7BACCE. Grayscale: #5D5D5D. Windows color (decimal): -8105167 or 3232644. OLE color: 3232644.

HSL color Cylindrical-coordinate representation of color #845331: hue angle of 24.58º 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 #845331 is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 83 49 -
CMYK 0 0.37 0.63 0.48
HSL 24.58º 0.46% 0.35% -
HSV(B) 24.58º 0.63% 0.52% -
XYZ 13.16 11.31 4.4 -
YUV 93.78 102.73 155.26 -
System Red Green Blue C M Y K H S L
Decimal 132 83 49 0 0.37 0.63 0.48 24.58 0.46 0.35
Hex 84 53 31 0 25 3F 30 19 2E 23
Octal 204 123 61 0 45 77 60 31 56 43
Binary 10000100 1010011 110001 0 100101 111111 110000 11001 101110 100011

Color Harmonies of #845331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845331

Black with #845331

Text Example


Text Example

White with #845331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845331; }

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

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

background-color css

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

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

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

border-color css

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

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

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