Html Css Color HEX #834924 Korma

📋 copy color: '#834924'

red 131 ◦ green 73 ◦ blue 36

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

Shades of Korma #834924

Tints of Korma #834924

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 36 (14.45% from 255) = 15%

R = 54.58%
G = 30.42%
B = 15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#834924 (or 0x834924) is known color: Korma. HEX triplet: 83, 49 and 24. RGB value is (131,73,36). Sum of RGB (Red+Green+Blue) = 131+73+36=240 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.58% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 131 - color contains mainly: red. Hex color #834924 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834924 is #7CB6DB. Grayscale: #565656. Windows color (decimal): -8173276 or 2378115. OLE color: 2378115.

HSL color Cylindrical-coordinate representation of color #834924: hue angle of 23.37º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #834924 is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 73 36 -
CMYK 0 0.44 0.73 0.49
HSL 23.37º 0.57% 0.33% -
HSV(B) 23.37º 0.73% 0.51% -
XYZ 12.06 9.72 2.91 -
YUV 86.12 99.72 160.01 -
System Red Green Blue C M Y K H S L
Decimal 131 73 36 0 0.44 0.73 0.49 23.37 0.57 0.33
Hex 83 49 24 0 2C 49 31 17 39 21
Octal 203 111 44 0 54 111 61 27 71 41
Binary 10000011 1001001 100100 0 101100 1001001 110001 10111 111001 100001

Color Harmonies of #834924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834924

Black with #834924

Text Example


Text Example

White with #834924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834924; }

 p { color: rgb(131,73,36); }

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

background-color css

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

 a { background-color: rgb(131,73,36); }

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

border-color css

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

 span { border-color: rgb(131,73,36); }

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