Html Css Color HEX #83521E Hot Curry

📋 copy color: '#83521E'

red 131 ◦ green 82 ◦ blue 30

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

Shades of Hot Curry #83521E

Tints of Hot Curry #83521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.35%

R = 53.91%
G = 33.74%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83521E (or 0x83521E) is known color: Hot Curry. HEX triplet: 83, 52 and 1E. RGB value is (131,82,30). Sum of RGB (Red+Green+Blue) = 131+82+30=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 30 (12.11% from 255 or 12.35% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83521E is #7CADE1. Grayscale: #5A5A5A. Windows color (decimal): -8170978 or 1987203. OLE color: 1987203.

HSL color Cylindrical-coordinate representation of color #83521E: hue angle of 30.89º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #83521E is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 82 30 -
CMYK 0 0.37 0.77 0.49
HSL 30.89º 0.63% 0.32% -
HSV(B) 30.89º 0.77% 0.51% -
XYZ 12.61 10.95 2.68 -
YUV 90.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 131 82 30 0 0.37 0.77 0.49 30.89 0.63 0.32
Hex 83 52 1E 0 25 4D 31 1F 3F 20
Octal 203 122 36 0 45 115 61 37 77 40
Binary 10000011 1010010 11110 0 100101 1001101 110001 11111 111111 100000

Color Harmonies of #83521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83521E

Black with #83521E

Text Example


Text Example

White with #83521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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