Html Css Color HEX #7C481B Russet

📋 copy color: '#7C481B'

red 124 ◦ green 72 ◦ blue 27

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

Shades of Russet #7C481B

Tints of Russet #7C481B

RGB

 RED value IS 124 (48.83% from 255) = 55.61%

 GREEN value IS 72 (28.52% from 255) = 32.29%

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

R = 55.61%
G = 32.29%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7C481B (or 0x7C481B) is known color: Russet. HEX triplet: 7C, 48 and 1B. RGB value is (124,72,27). Sum of RGB (Red+Green+Blue) = 124+72+27=223 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.61% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 124 - color contains mainly: red. Hex color #7C481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C481B is #83B7E4. Grayscale: #525252. Windows color (decimal): -8632293 or 1788028. OLE color: 1788028.

HSL color Cylindrical-coordinate representation of color #7C481B: hue angle of 27.84º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C481B is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 72 27 -
CMYK 0 0.42 0.78 0.51
HSL 27.84º 0.64% 0.3% -
HSV(B) 27.84º 0.78% 0.49% -
XYZ 10.83 9 2.2 -
YUV 82.42 96.73 157.66 -
System Red Green Blue C M Y K H S L
Decimal 124 72 27 0 0.42 0.78 0.51 27.84 0.64 0.3
Hex 7C 48 1B 0 2A 4E 33 1C 40 1E
Octal 174 110 33 0 52 116 63 34 100 36
Binary 1111100 1001000 11011 0 101010 1001110 110011 11100 1000000 11110

Color Harmonies of #7C481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C481B

Black with #7C481B

Text Example


Text Example

White with #7C481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,72,27); }

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

background-color css

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

 a { background-color: rgb(124,72,27); }

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

border-color css

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

 span { border-color: rgb(124,72,27); }

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