Html Css Color HEX #7A581B Hot Curry

📋 copy color: '#7A581B'

red 122 ◦ green 88 ◦ blue 27

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

Shades of Hot Curry #7A581B

Tints of Hot Curry #7A581B

RGB

 RED value IS 122 (48.05% from 255) = 51.48%

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

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

R = 51.48%
G = 37.13%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7A581B (or 0x7A581B) is known color: Hot Curry. HEX triplet: 7A, 58 and 1B. RGB value is (122,88,27). Sum of RGB (Red+Green+Blue) = 122+88+27=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A581B is #85A7E4. Grayscale: #5B5B5B. Windows color (decimal): -8759269 or 1792122. OLE color: 1792122.

HSL color Cylindrical-coordinate representation of color #7A581B: hue angle of 38.53º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A581B is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 88 27 -
CMYK 0 0.28 0.78 0.52
HSL 38.53º 0.64% 0.29% -
HSV(B) 38.53º 0.78% 0.48% -
XYZ 11.71 11.2 2.58 -
YUV 91.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 122 88 27 0 0.28 0.78 0.52 38.53 0.64 0.29
Hex 7A 58 1B 0 1C 4E 34 27 40 1D
Octal 172 130 33 0 34 116 64 47 100 35
Binary 1111010 1011000 11011 0 11100 1001110 110100 100111 1000000 11101

Color Harmonies of #7A581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A581B

Black with #7A581B

Text Example


Text Example

White with #7A581B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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