Html Css Color HEX #77581B Hot Curry

📋 copy color: '#77581B'

red 119 ◦ green 88 ◦ blue 27

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

Shades of Hot Curry #77581B

Tints of Hot Curry #77581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.61%

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 50.85%
G = 37.61%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#77581B (or 0x77581B) is known color: Hot Curry. HEX triplet: 77, 58 and 1B. RGB value is (119,88,27). Sum of RGB (Red+Green+Blue) = 119+88+27=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77581B is #88A7E4. Grayscale: #5A5A5A. Windows color (decimal): -8955877 or 1792119. OLE color: 1792119.

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

Color convert

RGB 119 88 27 -
CMYK 0 0.26 0.77 0.53
HSL 39.78º 0.63% 0.29% -
HSV(B) 39.78º 0.77% 0.47% -
XYZ 11.3 10.98 2.56 -
YUV 90.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 119 88 27 0 0.26 0.77 0.53 39.78 0.63 0.29
Hex 77 58 1B 0 1A 4D 35 28 3F 1D
Octal 167 130 33 0 32 115 65 50 77 35
Binary 1110111 1011000 11011 0 11010 1001101 110101 101000 111111 11101

Color Harmonies of #77581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77581B

Black with #77581B

Text Example


Text Example

White with #77581B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,88,27); }

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

background-color css

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

 a { background-color: rgb(119,88,27); }

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

border-color css

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

 span { border-color: rgb(119,88,27); }

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