Html Css Color HEX #7B551B Hot Curry

📋 copy color: '#7B551B'

red 123 ◦ green 85 ◦ blue 27

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

Shades of Hot Curry #7B551B

Tints of Hot Curry #7B551B

RGB

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

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

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

R = 52.34%
G = 36.17%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.52

RGB Variations

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

Color information

#7B551B (or 0x7B551B) is known color: Hot Curry. HEX triplet: 7B, 55 and 1B. RGB value is (123,85,27). Sum of RGB (Red+Green+Blue) = 123+85+27=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B551B is #84AAE4. Grayscale: #5A5A5A. Windows color (decimal): -8694501 or 1791355. OLE color: 1791355.

HSL color Cylindrical-coordinate representation of color #7B551B: hue angle of 36.25º 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 #7B551B is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 85 27 -
CMYK 0 0.31 0.78 0.52
HSL 36.25º 0.64% 0.29% -
HSV(B) 36.25º 0.78% 0.48% -
XYZ 11.61 10.79 2.51 -
YUV 89.75 92.59 151.72 -
System Red Green Blue C M Y K H S L
Decimal 123 85 27 0 0.31 0.78 0.52 36.25 0.64 0.29
Hex 7B 55 1B 0 1F 4E 34 24 40 1D
Octal 173 125 33 0 37 116 64 44 100 35
Binary 1111011 1010101 11011 0 11111 1001110 110100 100100 1000000 11101

Color Harmonies of #7B551B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B551B

Black with #7B551B

Text Example


Text Example

White with #7B551B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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