Html Css Color HEX #835227 Korma

📋 copy color: '#835227'

red 131 ◦ green 82 ◦ blue 39

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

Shades of Korma #835227

Tints of Korma #835227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.48%

R = 51.98%
G = 32.54%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#835227 (or 0x835227) is known color: Korma. HEX triplet: 83, 52 and 27. RGB value is (131,82,39). Sum of RGB (Red+Green+Blue) = 131+82+39=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #835227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835227 is #7CADD8. Grayscale: #5B5B5B. Windows color (decimal): -8170969 or 2577027. OLE color: 2577027.

HSL color Cylindrical-coordinate representation of color #835227: hue angle of 28.04º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #835227 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 82 39 -
CMYK 0 0.37 0.70 0.49
HSL 28.04º 0.54% 0.33% -
HSV(B) 28.04º 0.7% 0.51% -
XYZ 12.74 11.01 3.37 -
YUV 91.75 98.23 156 -
System Red Green Blue C M Y K H S L
Decimal 131 82 39 0 0.37 0.70 0.49 28.04 0.54 0.33
Hex 83 52 27 0 25 46 31 1C 36 21
Octal 203 122 47 0 45 106 61 34 66 41
Binary 10000011 1010010 100111 0 100101 1000110 110001 11100 110110 100001

Color Harmonies of #835227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835227

Black with #835227

Text Example


Text Example

White with #835227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835227; }

 p { color: rgb(131,82,39); }

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

background-color css

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

 a { background-color: rgb(131,82,39); }

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

border-color css

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

 span { border-color: rgb(131,82,39); }

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