Html Css Color HEX #83551B Hot Curry

📋 copy color: '#83551B'

red 131 ◦ green 85 ◦ blue 27

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

Shades of Hot Curry #83551B

Tints of Hot Curry #83551B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

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

R = 53.91%
G = 34.98%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.49

RGB Variations

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

Color information

#83551B (or 0x83551B) is known color: Hot Curry. HEX triplet: 83, 55 and 1B. RGB value is (131,85,27). Sum of RGB (Red+Green+Blue) = 131+85+27=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83551B is #7CAAE4. Grayscale: #5C5C5C. Windows color (decimal): -8170213 or 1791363. OLE color: 1791363.

HSL color Cylindrical-coordinate representation of color #83551B: hue angle of 33.46º 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 #83551B is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 85 27 -
CMYK 0 0.35 0.79 0.49
HSL 33.46º 0.66% 0.31% -
HSV(B) 33.46º 0.79% 0.51% -
XYZ 12.81 11.4 2.56 -
YUV 92.14 91.24 155.72 -
System Red Green Blue C M Y K H S L
Decimal 131 85 27 0 0.35 0.79 0.49 33.46 0.66 0.31
Hex 83 55 1B 0 23 4F 31 21 42 1F
Octal 203 125 33 0 43 117 61 41 102 37
Binary 10000011 1010101 11011 0 100011 1001111 110001 100001 1000010 11111

Color Harmonies of #83551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83551B

Black with #83551B

Text Example


Text Example

White with #83551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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