Html Css Color HEX #836020 Hot Curry

📋 copy color: '#836020'

red 131 ◦ green 96 ◦ blue 32

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

Shades of Hot Curry #836020

Tints of Hot Curry #836020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.07%

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 50.58%
G = 37.07%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#836020 (or 0x836020) is known color: Hot Curry. HEX triplet: 83, 60 and 20. RGB value is (131,96,32). Sum of RGB (Red+Green+Blue) = 131+96+32=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #836020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836020 is #7C9FDF. Grayscale: #636363. Windows color (decimal): -8167392 or 2121859. OLE color: 2121859.

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

Color convert

RGB 131 96 32 -
CMYK 0 0.27 0.76 0.49
HSL 38.79º 0.61% 0.32% -
HSV(B) 38.79º 0.76% 0.51% -
XYZ 13.8 13.3 3.21 -
YUV 99.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 131 96 32 0 0.27 0.76 0.49 38.79 0.61 0.32
Hex 83 60 20 0 1B 4C 31 27 3D 20
Octal 203 140 40 0 33 114 61 47 75 40
Binary 10000011 1100000 100000 0 11011 1001100 110001 100111 111101 100000

Color Harmonies of #836020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836020

Black with #836020

Text Example


Text Example

White with #836020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836020; }

 p { color: rgb(131,96,32); }

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

background-color css

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

 a { background-color: rgb(131,96,32); }

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

border-color css

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

 span { border-color: rgb(131,96,32); }

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