Html Css Color HEX #7B552C Hot Curry

📋 copy color: '#7B552C'

red 123 ◦ green 85 ◦ blue 44

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

Shades of Hot Curry #7B552C

Tints of Hot Curry #7B552C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 48.81%
G = 33.73%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.52

RGB Variations

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

Color information

#7B552C (or 0x7B552C) is known color: Hot Curry. HEX triplet: 7B, 55 and 2C. RGB value is (123,85,44). Sum of RGB (Red+Green+Blue) = 123+85+44=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B552C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B552C is #84AAD3. Grayscale: #5B5B5B. Windows color (decimal): -8694484 or 2905467. OLE color: 2905467.

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

Color convert

RGB 123 85 44 -
CMYK 0 0.31 0.64 0.52
HSL 31.14º 0.47% 0.33% -
HSV(B) 31.14º 0.64% 0.48% -
XYZ 11.87 10.89 3.86 -
YUV 91.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 123 85 44 0 0.31 0.64 0.52 31.14 0.47 0.33
Hex 7B 55 2C 0 1F 40 34 1F 2F 21
Octal 173 125 54 0 37 100 64 37 57 41
Binary 1111011 1010101 101100 0 11111 1000000 110100 11111 101111 100001

Color Harmonies of #7B552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B552C

Black with #7B552C

Text Example


Text Example

White with #7B552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,85,44); }

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

background-color css

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

 a { background-color: rgb(123,85,44); }

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

border-color css

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

 span { border-color: rgb(123,85,44); }

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