Html Css Color HEX #765320 Hot Curry

📋 copy color: '#765320'

red 118 ◦ green 83 ◦ blue 32

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

Shades of Hot Curry #765320

Tints of Hot Curry #765320

RGB

 RED value IS 118 (46.48% from 255) = 50.64%

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

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 50.64%
G = 35.62%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#765320 (or 0x765320) is known color: Hot Curry. HEX triplet: 76, 53 and 20. RGB value is (118,83,32). Sum of RGB (Red+Green+Blue) = 118+83+32=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #765320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765320 is #89ACDF. Grayscale: #575757. Windows color (decimal): -9022688 or 2118518. OLE color: 2118518.

HSL color Cylindrical-coordinate representation of color #765320: hue angle of 35.58º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #765320 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 32 -
CMYK 0 0.30 0.73 0.54
HSL 35.58º 0.57% 0.29% -
HSV(B) 35.58º 0.73% 0.46% -
XYZ 10.83 10.14 2.75 -
YUV 87.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 118 83 32 0 0.30 0.73 0.54 35.58 0.57 0.29
Hex 76 53 20 0 1E 49 36 24 39 1D
Octal 166 123 40 0 36 111 66 44 71 35
Binary 1110110 1010011 100000 0 11110 1001001 110110 100100 111001 11101

Color Harmonies of #765320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765320

Black with #765320

Text Example


Text Example

White with #765320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765320; }

 p { color: rgb(118,83,32); }

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

background-color css

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

 a { background-color: rgb(118,83,32); }

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

border-color css

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

 span { border-color: rgb(118,83,32); }

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