Html Css Color HEX #83642C Hot Curry

📋 copy color: '#83642C'

red 131 ◦ green 100 ◦ blue 44

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

Shades of Hot Curry #83642C

Tints of Hot Curry #83642C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.36%

 BLUE value IS 44 (17.58% from 255) = 16%

R = 47.64%
G = 36.36%
B = 16%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83642C (or 0x83642C) is known color: Hot Curry. HEX triplet: 83, 64 and 2C. RGB value is (131,100,44). Sum of RGB (Red+Green+Blue) = 131+100+44=275 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.64% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 131 - color contains mainly: red. Hex color #83642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83642C is #7C9BD3. Grayscale: #676767. Windows color (decimal): -8166356 or 2909315. OLE color: 2909315.

HSL color Cylindrical-coordinate representation of color #83642C: hue angle of 38.62º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #83642C is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 100 44 -
CMYK 0 0.24 0.66 0.49
HSL 38.62º 0.5% 0.34% -
HSV(B) 38.62º 0.66% 0.51% -
XYZ 14.37 14.12 4.35 -
YUV 102.89 94.77 148.05 -
System Red Green Blue C M Y K H S L
Decimal 131 100 44 0 0.24 0.66 0.49 38.62 0.5 0.34
Hex 83 64 2C 0 18 42 31 27 32 22
Octal 203 144 54 0 30 102 61 47 62 42
Binary 10000011 1100100 101100 0 11000 1000010 110001 100111 110010 100010

Color Harmonies of #83642C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83642C

Black with #83642C

Text Example


Text Example

White with #83642C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83642C; }

 p { color: rgb(131,100,44); }

 H1.HeaderClassName
 {
   color: #83642C;
 }
 .AnyTagClassName
 {
   color: #83642C;
 }
</style>

background-color css

<style>
 a { background-color: #83642C; }

 a { background-color: rgb(131,100,44); }

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

border-color css

<style>
 span { border-color: #83642C; }

 span { border-color: rgb(131,100,44); }

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