Html Css Color HEX #7B541D Hot Curry

📋 copy color: '#7B541D'

red 123 ◦ green 84 ◦ blue 29

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

Shades of Hot Curry #7B541D

Tints of Hot Curry #7B541D

RGB

 RED value IS 123 (48.44% from 255) = 52.12%

 GREEN value IS 84 (33.2% from 255) = 35.59%

 BLUE value IS 29 (11.72% from 255) = 12.29%

R = 52.12%
G = 35.59%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.52

RGB Variations

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

Color information

#7B541D (or 0x7B541D) is known color: Hot Curry. HEX triplet: 7B, 54 and 1D. RGB value is (123,84,29). Sum of RGB (Red+Green+Blue) = 123+84+29=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B541D is #84ABE2. Grayscale: #595959. Windows color (decimal): -8694755 or 1922171. OLE color: 1922171.

HSL color Cylindrical-coordinate representation of color #7B541D: hue angle of 35.11º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7B541D is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 84 29 -
CMYK 0 0.32 0.76 0.52
HSL 35.11º 0.62% 0.3% -
HSV(B) 35.11º 0.76% 0.48% -
XYZ 11.56 10.64 2.61 -
YUV 89.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 123 84 29 0 0.32 0.76 0.52 35.11 0.62 0.3
Hex 7B 54 1D 0 20 4C 34 23 3E 1E
Octal 173 124 35 0 40 114 64 43 76 36
Binary 1111011 1010100 11101 0 100000 1001100 110100 100011 111110 11110

Color Harmonies of #7B541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B541D

Black with #7B541D

Text Example


Text Example

White with #7B541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,84,29); }

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

background-color css

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

 a { background-color: rgb(123,84,29); }

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

border-color css

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

 span { border-color: rgb(123,84,29); }

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