Html Css Color HEX #836128 Hot Curry

📋 copy color: '#836128'

red 131 ◦ green 97 ◦ blue 40

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

Shades of Hot Curry #836128

Tints of Hot Curry #836128

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.19%

 BLUE value IS 40 (16.02% from 255) = 14.93%

R = 48.88%
G = 36.19%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#836128 (or 0x836128) is known color: Hot Curry. HEX triplet: 83, 61 and 28. RGB value is (131,97,40). Sum of RGB (Red+Green+Blue) = 131+97+40=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #836128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836128 is #7C9ED7. Grayscale: #646464. Windows color (decimal): -8167128 or 2646403. OLE color: 2646403.

HSL color Cylindrical-coordinate representation of color #836128: hue angle of 37.58º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #836128 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 97 40 -
CMYK 0 0.26 0.69 0.49
HSL 37.58º 0.53% 0.34% -
HSV(B) 37.58º 0.69% 0.51% -
XYZ 14.02 13.53 3.88 -
YUV 100.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 131 97 40 0 0.26 0.69 0.49 37.58 0.53 0.34
Hex 83 61 28 0 1A 45 31 26 35 22
Octal 203 141 50 0 32 105 61 46 65 42
Binary 10000011 1100001 101000 0 11010 1000101 110001 100110 110101 100010

Color Harmonies of #836128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836128

Black with #836128

Text Example


Text Example

White with #836128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836128; }

 p { color: rgb(131,97,40); }

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

background-color css

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

 a { background-color: rgb(131,97,40); }

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

border-color css

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

 span { border-color: rgb(131,97,40); }

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