Html Css Color HEX #775829 Hot Curry

📋 copy color: '#775829'

red 119 ◦ green 88 ◦ blue 41

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

Shades of Hot Curry #775829

Tints of Hot Curry #775829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.53%

R = 47.98%
G = 35.48%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#775829 (or 0x775829) is known color: Hot Curry. HEX triplet: 77, 58 and 29. RGB value is (119,88,41). Sum of RGB (Red+Green+Blue) = 119+88+41=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 41 (16.41% from 255 or 16.53% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #775829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775829 is #88A7D6. Grayscale: #5C5C5C. Windows color (decimal): -8955863 or 2709623. OLE color: 2709623.

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

Color convert

RGB 119 88 41 -
CMYK 0 0.26 0.66 0.53
HSL 36.15º 0.49% 0.31% -
HSV(B) 36.15º 0.66% 0.47% -
XYZ 11.5 11.06 3.63 -
YUV 91.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 119 88 41 0 0.26 0.66 0.53 36.15 0.49 0.31
Hex 77 58 29 0 1A 42 35 24 31 1F
Octal 167 130 51 0 32 102 65 44 61 37
Binary 1110111 1011000 101001 0 11010 1000010 110101 100100 110001 11111

Color Harmonies of #775829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775829

Black with #775829

Text Example


Text Example

White with #775829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775829; }

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

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

background-color css

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

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

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

border-color css

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

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

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