Html Css Color HEX #77552B Hot Curry

📋 copy color: '#77552B'

red 119 ◦ green 85 ◦ blue 43

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

Shades of Hot Curry #77552B

Tints of Hot Curry #77552B

RGB

 RED value IS 119 (46.88% from 255) = 48.18%

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

 BLUE value IS 43 (17.19% from 255) = 17.41%

R = 48.18%
G = 34.41%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#77552B (or 0x77552B) is known color: Hot Curry. HEX triplet: 77, 55 and 2B. RGB value is (119,85,43). Sum of RGB (Red+Green+Blue) = 119+85+43=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77552B is #88AAD4. Grayscale: #5A5A5A. Windows color (decimal): -8956629 or 2839927. OLE color: 2839927.

HSL color Cylindrical-coordinate representation of color #77552B: hue angle of 33.16º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77552B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 43 -
CMYK 0 0.29 0.64 0.53
HSL 33.16º 0.47% 0.32% -
HSV(B) 33.16º 0.64% 0.47% -
XYZ 11.29 10.59 3.74 -
YUV 90.38 101.26 148.42 -
System Red Green Blue C M Y K H S L
Decimal 119 85 43 0 0.29 0.64 0.53 33.16 0.47 0.32
Hex 77 55 2B 0 1D 40 35 21 2F 20
Octal 167 125 53 0 35 100 65 41 57 40
Binary 1110111 1010101 101011 0 11101 1000000 110101 100001 101111 100000

Color Harmonies of #77552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77552B

Black with #77552B

Text Example


Text Example

White with #77552B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,85,43); }

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

background-color css

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

 a { background-color: rgb(119,85,43); }

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

border-color css

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

 span { border-color: rgb(119,85,43); }

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