Html Css Color HEX #835122 Korma

📋 copy color: '#835122'

red 131 ◦ green 81 ◦ blue 34

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

Shades of Korma #835122

Tints of Korma #835122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.93%

 BLUE value IS 34 (13.67% from 255) = 13.82%

R = 53.25%
G = 32.93%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.49

RGB Variations

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

Color information

#835122 (or 0x835122) is known color: Korma. HEX triplet: 83, 51 and 22. RGB value is (131,81,34). Sum of RGB (Red+Green+Blue) = 131+81+34=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 81 (32.03% from 255 or 32.93% from 246); Blue value is 34 (13.67% from 255 or 13.82% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #835122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835122 is #7CAEDD. Grayscale: #5A5A5A. Windows color (decimal): -8171230 or 2249091. OLE color: 2249091.

HSL color Cylindrical-coordinate representation of color #835122: hue angle of 29.07º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #835122 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 81 34 -
CMYK 0 0.38 0.74 0.49
HSL 29.07º 0.59% 0.32% -
HSV(B) 29.07º 0.74% 0.51% -
XYZ 12.59 10.83 2.94 -
YUV 90.59 96.07 156.82 -
System Red Green Blue C M Y K H S L
Decimal 131 81 34 0 0.38 0.74 0.49 29.07 0.59 0.32
Hex 83 51 22 0 26 4A 31 1D 3B 20
Octal 203 121 42 0 46 112 61 35 73 40
Binary 10000011 1010001 100010 0 100110 1001010 110001 11101 111011 100000

Color Harmonies of #835122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835122

Black with #835122

Text Example


Text Example

White with #835122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835122; }

 p { color: rgb(131,81,34); }

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

background-color css

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

 a { background-color: rgb(131,81,34); }

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

border-color css

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

 span { border-color: rgb(131,81,34); }

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