Html Css Color HEX #795B1F Hot Curry

📋 copy color: '#795B1F'

red 121 ◦ green 91 ◦ blue 31

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

Shades of Hot Curry #795B1F

Tints of Hot Curry #795B1F

RGB

 RED value IS 121 (47.66% from 255) = 49.79%

 GREEN value IS 91 (35.94% from 255) = 37.45%

 BLUE value IS 31 (12.5% from 255) = 12.76%

R = 49.79%
G = 37.45%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#795B1F (or 0x795B1F) is known color: Hot Curry. HEX triplet: 79, 5B and 1F. RGB value is (121,91,31). Sum of RGB (Red+Green+Blue) = 121+91+31=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 31 (12.5% from 255 or 12.76% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #795B1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795B1F is #86A4E0. Grayscale: #5D5D5D. Windows color (decimal): -8824033 or 2055033. OLE color: 2055033.

HSL color Cylindrical-coordinate representation of color #795B1F: hue angle of 40º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #795B1F is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 91 31 -
CMYK 0 0.25 0.74 0.53
HSL 40º 0.59% 0.3% -
HSV(B) 40º 0.74% 0.47% -
XYZ 11.87 11.65 2.92 -
YUV 93.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 121 91 31 0 0.25 0.74 0.53 40 0.59 0.3
Hex 79 5B 1F 0 19 4A 35 28 3B 1E
Octal 171 133 37 0 31 112 65 50 73 36
Binary 1111001 1011011 11111 0 11001 1001010 110101 101000 111011 11110

Color Harmonies of #795B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795B1F

Black with #795B1F

Text Example


Text Example

White with #795B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795B1F; }

 p { color: rgb(121,91,31); }

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

background-color css

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

 a { background-color: rgb(121,91,31); }

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

border-color css

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

 span { border-color: rgb(121,91,31); }

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