Html Css Color HEX #83541E Hot Curry

📋 copy color: '#83541E'

red 131 ◦ green 84 ◦ blue 30

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

Shades of Hot Curry #83541E

Tints of Hot Curry #83541E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

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

R = 53.47%
G = 34.29%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#83541E (or 0x83541E) is known color: Hot Curry. HEX triplet: 83, 54 and 1E. RGB value is (131,84,30). Sum of RGB (Red+Green+Blue) = 131+84+30=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83541E is #7CABE1. Grayscale: #5C5C5C. Windows color (decimal): -8170466 or 1987715. OLE color: 1987715.

HSL color Cylindrical-coordinate representation of color #83541E: hue angle of 32.08º 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 #83541E is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 84 30 -
CMYK 0 0.36 0.77 0.49
HSL 32.08º 0.63% 0.32% -
HSV(B) 32.08º 0.77% 0.51% -
XYZ 12.76 11.26 2.73 -
YUV 91.9 93.07 155.89 -
System Red Green Blue C M Y K H S L
Decimal 131 84 30 0 0.36 0.77 0.49 32.08 0.63 0.32
Hex 83 54 1E 0 24 4D 31 20 3F 20
Octal 203 124 36 0 44 115 61 40 77 40
Binary 10000011 1010100 11110 0 100100 1001101 110001 100000 111111 100000

Color Harmonies of #83541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83541E

Black with #83541E

Text Example


Text Example

White with #83541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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