Html Css Color HEX #83602F Hot Curry

📋 copy color: '#83602F'

red 131 ◦ green 96 ◦ blue 47

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

Shades of Hot Curry #83602F

Tints of Hot Curry #83602F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

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

R = 47.81%
G = 35.04%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83602F (or 0x83602F) is known color: Hot Curry. HEX triplet: 83, 60 and 2F. RGB value is (131,96,47). Sum of RGB (Red+Green+Blue) = 131+96+47=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #83602F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83602F is #7C9FD0. Grayscale: #656565. Windows color (decimal): -8167377 or 3104899. OLE color: 3104899.

HSL color Cylindrical-coordinate representation of color #83602F: hue angle of 35º 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 #83602F is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 96 47 -
CMYK 0 0.27 0.64 0.49
HSL 35º 0.47% 0.35% -
HSV(B) 35º 0.64% 0.51% -
XYZ 14.06 13.4 4.53 -
YUV 100.88 97.6 149.48 -
System Red Green Blue C M Y K H S L
Decimal 131 96 47 0 0.27 0.64 0.49 35 0.47 0.35
Hex 83 60 2F 0 1B 40 31 23 2F 23
Octal 203 140 57 0 33 100 61 43 57 43
Binary 10000011 1100000 101111 0 11011 1000000 110001 100011 101111 100011

Color Harmonies of #83602F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83602F

Black with #83602F

Text Example


Text Example

White with #83602F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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