Html Css Color HEX #806231 Hot Curry

📋 copy color: '#806231'

red 128 ◦ green 98 ◦ blue 49

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

Shades of Hot Curry #806231

Tints of Hot Curry #806231

RGB

 RED value IS 128 (50.39% from 255) = 46.55%

 GREEN value IS 98 (38.67% from 255) = 35.64%

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

R = 46.55%
G = 35.64%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#806231 (or 0x806231) is known color: Hot Curry. HEX triplet: 80, 62 and 31. RGB value is (128,98,49). Sum of RGB (Red+Green+Blue) = 128+98+49=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #806231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806231 is #7F9DCE. Grayscale: #656565. Windows color (decimal): -8363471 or 3236480. OLE color: 3236480.

HSL color Cylindrical-coordinate representation of color #806231: hue angle of 37.22º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #806231 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 98 49 -
CMYK 0 0.23 0.62 0.50
HSL 37.22º 0.45% 0.35% -
HSV(B) 37.22º 0.62% 0.5% -
XYZ 13.82 13.55 4.79 -
YUV 101.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 128 98 49 0 0.23 0.62 0.50 37.22 0.45 0.35
Hex 80 62 31 0 17 3E 32 25 2D 23
Octal 200 142 61 0 27 76 62 45 55 43
Binary 10000000 1100010 110001 0 10111 111110 110010 100101 101101 100011

Color Harmonies of #806231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806231

Black with #806231

Text Example


Text Example

White with #806231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806231; }

 p { color: rgb(128,98,49); }

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

background-color css

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

 a { background-color: rgb(128,98,49); }

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

border-color css

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

 span { border-color: rgb(128,98,49); }

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