Html Css Color HEX #765220 Hot Curry

📋 copy color: '#765220'

red 118 ◦ green 82 ◦ blue 32

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

Shades of Hot Curry #765220

Tints of Hot Curry #765220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

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

R = 50.86%
G = 35.34%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#765220 (or 0x765220) is known color: Hot Curry. HEX triplet: 76, 52 and 20. RGB value is (118,82,32). Sum of RGB (Red+Green+Blue) = 118+82+32=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #765220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765220 is #89ADDF. Grayscale: #575757. Windows color (decimal): -9022944 or 2118262. OLE color: 2118262.

HSL color Cylindrical-coordinate representation of color #765220: hue angle of 34.88º 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 #765220 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 32 -
CMYK 0 0.31 0.73 0.54
HSL 34.88º 0.57% 0.29% -
HSV(B) 34.88º 0.73% 0.46% -
XYZ 10.75 9.99 2.73 -
YUV 87.06 96.93 150.07 -
System Red Green Blue C M Y K H S L
Decimal 118 82 32 0 0.31 0.73 0.54 34.88 0.57 0.29
Hex 76 52 20 0 1F 49 36 23 39 1D
Octal 166 122 40 0 37 111 66 43 71 35
Binary 1110110 1010010 100000 0 11111 1001001 110110 100011 111001 11101

Color Harmonies of #765220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765220

Black with #765220

Text Example


Text Example

White with #765220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765220; }

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

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

background-color css

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

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

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

border-color css

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

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

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