Html Css Color HEX #7B542B Hot Curry

📋 copy color: '#7B542B'

red 123 ◦ green 84 ◦ blue 43

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

Shades of Hot Curry #7B542B

Tints of Hot Curry #7B542B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.2%

R = 49.2%
G = 33.6%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.52

RGB Variations

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

Color information

#7B542B (or 0x7B542B) is known color: Hot Curry. HEX triplet: 7B, 54 and 2B. RGB value is (123,84,43). Sum of RGB (Red+Green+Blue) = 123+84+43=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B542B is #84ABD4. Grayscale: #5B5B5B. Windows color (decimal): -8694741 or 2839675. OLE color: 2839675.

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

Color convert

RGB 123 84 43 -
CMYK 0 0.32 0.65 0.52
HSL 30.75º 0.48% 0.33% -
HSV(B) 30.75º 0.65% 0.48% -
XYZ 11.77 10.73 3.74 -
YUV 90.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 123 84 43 0 0.32 0.65 0.52 30.75 0.48 0.33
Hex 7B 54 2B 0 20 41 34 1F 30 21
Octal 173 124 53 0 40 101 64 37 60 41
Binary 1111011 1010100 101011 0 100000 1000001 110100 11111 110000 100001

Color Harmonies of #7B542B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B542B

Black with #7B542B

Text Example


Text Example

White with #7B542B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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