Html Css Color HEX #7B5A2F Hot Curry

📋 copy color: '#7B5A2F'

red 123 ◦ green 90 ◦ blue 47

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

Shades of Hot Curry #7B5A2F

Tints of Hot Curry #7B5A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 47.31%
G = 34.62%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.52

RGB Variations

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

Color information

#7B5A2F (or 0x7B5A2F) is known color: Hot Curry. HEX triplet: 7B, 5A and 2F. RGB value is (123,90,47). Sum of RGB (Red+Green+Blue) = 123+90+47=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5A2F is #84A5D0. Grayscale: #5F5F5F. Windows color (decimal): -8693201 or 3103355. OLE color: 3103355.

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

Color convert

RGB 123 90 47 -
CMYK 0 0.27 0.62 0.52
HSL 33.95º 0.45% 0.33% -
HSV(B) 33.95º 0.62% 0.48% -
XYZ 12.34 11.73 4.3 -
YUV 94.97 100.93 148 -
System Red Green Blue C M Y K H S L
Decimal 123 90 47 0 0.27 0.62 0.52 33.95 0.45 0.33
Hex 7B 5A 2F 0 1B 3E 34 22 2D 21
Octal 173 132 57 0 33 76 64 42 55 41
Binary 1111011 1011010 101111 0 11011 111110 110100 100010 101101 100001

Color Harmonies of #7B5A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5A2F

Black with #7B5A2F

Text Example


Text Example

White with #7B5A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,90,47); }

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

background-color css

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

 a { background-color: rgb(123,90,47); }

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

border-color css

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

 span { border-color: rgb(123,90,47); }

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