Html Css Color HEX #834D31 Korma

📋 copy color: '#834D31'

red 131 ◦ green 77 ◦ blue 49

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

Shades of Korma #834D31

Tints of Korma #834D31

RGB

 RED value IS 131 (51.56% from 255) = 50.97%

 GREEN value IS 77 (30.47% from 255) = 29.96%

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

R = 50.97%
G = 29.96%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#834D31 (or 0x834D31) is known color: Korma. HEX triplet: 83, 4D and 31. RGB value is (131,77,49). Sum of RGB (Red+Green+Blue) = 131+77+49=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #834D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D31 is #7CB2CE. Grayscale: #5A5A5A. Windows color (decimal): -8172239 or 3231107. OLE color: 3231107.

HSL color Cylindrical-coordinate representation of color #834D31: hue angle of 20.49º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #834D31 is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 77 49 -
CMYK 0 0.41 0.63 0.49
HSL 20.49º 0.46% 0.35% -
HSV(B) 20.49º 0.63% 0.51% -
XYZ 12.57 10.35 4.24 -
YUV 89.95 104.89 157.28 -
System Red Green Blue C M Y K H S L
Decimal 131 77 49 0 0.41 0.63 0.49 20.49 0.46 0.35
Hex 83 4D 31 0 29 3F 31 14 2E 23
Octal 203 115 61 0 51 77 61 24 56 43
Binary 10000011 1001101 110001 0 101001 111111 110001 10100 101110 100011

Color Harmonies of #834D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834D31

Black with #834D31

Text Example


Text Example

White with #834D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834D31; }

 p { color: rgb(131,77,49); }

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

background-color css

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

 a { background-color: rgb(131,77,49); }

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

border-color css

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

 span { border-color: rgb(131,77,49); }

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