Html Css Color HEX #83592F Hot Curry

📋 copy color: '#83592F'

red 131 ◦ green 89 ◦ blue 47

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

Shades of Hot Curry #83592F

Tints of Hot Curry #83592F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.33%

 BLUE value IS 47 (18.75% from 255) = 17.6%

R = 49.06%
G = 33.33%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83592F (or 0x83592F) is known color: Hot Curry. HEX triplet: 83, 59 and 2F. RGB value is (131,89,47). Sum of RGB (Red+Green+Blue) = 131+89+47=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #83592F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83592F is #7CA6D0. Grayscale: #606060. Windows color (decimal): -8169169 or 3103107. OLE color: 3103107.

HSL color Cylindrical-coordinate representation of color #83592F: hue angle of 30º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83592F is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 47 -
CMYK 0 0.32 0.64 0.49
HSL 30º 0.47% 0.35% -
HSV(B) 30º 0.64% 0.51% -
XYZ 13.45 12.18 4.33 -
YUV 96.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 131 89 47 0 0.32 0.64 0.49 30 0.47 0.35
Hex 83 59 2F 0 20 40 31 1E 2F 23
Octal 203 131 57 0 40 100 61 36 57 43
Binary 10000011 1011001 101111 0 100000 1000000 110001 11110 101111 100011

Color Harmonies of #83592F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83592F

Black with #83592F

Text Example


Text Example

White with #83592F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83592F; }

 p { color: rgb(131,89,47); }

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

background-color css

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

 a { background-color: rgb(131,89,47); }

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

border-color css

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

 span { border-color: rgb(131,89,47); }

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