Html Css Color HEX #775527 Hot Curry

📋 copy color: '#775527'

red 119 ◦ green 85 ◦ blue 39

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

Shades of Hot Curry #775527

Tints of Hot Curry #775527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.05%

R = 48.97%
G = 34.98%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#775527 (or 0x775527) is known color: Hot Curry. HEX triplet: 77, 55 and 27. RGB value is (119,85,39). Sum of RGB (Red+Green+Blue) = 119+85+39=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #775527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775527 is #88AAD8. Grayscale: #5A5A5A. Windows color (decimal): -8956633 or 2577783. OLE color: 2577783.

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

Color convert

RGB 119 85 39 -
CMYK 0 0.29 0.67 0.53
HSL 34.5º 0.51% 0.31% -
HSV(B) 34.5º 0.67% 0.47% -
XYZ 11.22 10.57 3.37 -
YUV 89.92 99.26 148.74 -
System Red Green Blue C M Y K H S L
Decimal 119 85 39 0 0.29 0.67 0.53 34.5 0.51 0.31
Hex 77 55 27 0 1D 43 35 22 33 1F
Octal 167 125 47 0 35 103 65 42 63 37
Binary 1110111 1010101 100111 0 11101 1000011 110101 100010 110011 11111

Color Harmonies of #775527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775527

Black with #775527

Text Example


Text Example

White with #775527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775527; }

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

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

background-color css

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

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

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

border-color css

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

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

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