Html Css Color HEX #83531B Hot Curry

📋 copy color: '#83531B'

red 131 ◦ green 83 ◦ blue 27

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

Shades of Hot Curry #83531B

Tints of Hot Curry #83531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.44%

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 54.36%
G = 34.44%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#83531B (or 0x83531B) is known color: Hot Curry. HEX triplet: 83, 53 and 1B. RGB value is (131,83,27). Sum of RGB (Red+Green+Blue) = 131+83+27=241 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.36% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 131 - color contains mainly: red. Hex color #83531B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83531B is #7CACE4. Grayscale: #5B5B5B. Windows color (decimal): -8170725 or 1790851. OLE color: 1790851.

HSL color Cylindrical-coordinate representation of color #83531B: hue angle of 32.31º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83531B is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 83 27 -
CMYK 0 0.37 0.79 0.49
HSL 32.31º 0.66% 0.31% -
HSV(B) 32.31º 0.79% 0.51% -
XYZ 12.65 11.09 2.51 -
YUV 90.97 91.9 156.55 -
System Red Green Blue C M Y K H S L
Decimal 131 83 27 0 0.37 0.79 0.49 32.31 0.66 0.31
Hex 83 53 1B 0 25 4F 31 20 42 1F
Octal 203 123 33 0 45 117 61 40 102 37
Binary 10000011 1010011 11011 0 100101 1001111 110001 100000 1000010 11111

Color Harmonies of #83531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83531B

Black with #83531B

Text Example


Text Example

White with #83531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83531B; }

 p { color: rgb(131,83,27); }

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

background-color css

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

 a { background-color: rgb(131,83,27); }

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

border-color css

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

 span { border-color: rgb(131,83,27); }

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