Html Css Color HEX #7F5B23 Hot Curry

📋 copy color: '#7F5B23'

red 127 ◦ green 91 ◦ blue 35

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

Shades of Hot Curry #7F5B23

Tints of Hot Curry #7F5B23

RGB

 RED value IS 127 (50% from 255) = 50.2%

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

 BLUE value IS 35 (14.06% from 255) = 13.83%

R = 50.2%
G = 35.97%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#7F5B23 (or 0x7F5B23) is known color: Hot Curry. HEX triplet: 7F, 5B and 23. RGB value is (127,91,35). Sum of RGB (Red+Green+Blue) = 127+91+35=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5B23 is #80A4DC. Grayscale: #5F5F5F. Windows color (decimal): -8430813 or 2317183. OLE color: 2317183.

HSL color Cylindrical-coordinate representation of color #7F5B23: hue angle of 36.52º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F5B23 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 91 35 -
CMYK 0 0.28 0.72 0.50
HSL 36.52º 0.57% 0.32% -
HSV(B) 36.52º 0.72% 0.5% -
XYZ 12.8 12.12 3.25 -
YUV 95.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 127 91 35 0 0.28 0.72 0.50 36.52 0.57 0.32
Hex 7F 5B 23 0 1C 48 32 25 39 20
Octal 177 133 43 0 34 110 62 45 71 40
Binary 1111111 1011011 100011 0 11100 1001000 110010 100101 111001 100000

Color Harmonies of #7F5B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5B23

Black with #7F5B23

Text Example


Text Example

White with #7F5B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5B23; }

 p { color: rgb(127,91,35); }

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

background-color css

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

 a { background-color: rgb(127,91,35); }

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

border-color css

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

 span { border-color: rgb(127,91,35); }

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