Html Css Color HEX #7C481A Russet

📋 copy color: '#7C481A'

red 124 ◦ green 72 ◦ blue 26

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

Shades of Russet #7C481A

Tints of Russet #7C481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.71%

R = 55.86%
G = 32.43%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.51

RGB Variations

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

Color information

#7C481A (or 0x7C481A) is known color: Russet. HEX triplet: 7C, 48 and 1A. RGB value is (124,72,26). Sum of RGB (Red+Green+Blue) = 124+72+26=222 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.86% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 124 - color contains mainly: red. Hex color #7C481A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C481A is #83B7E5. Grayscale: #525252. Windows color (decimal): -8632294 or 1722492. OLE color: 1722492.

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

Color convert

RGB 124 72 26 -
CMYK 0 0.42 0.79 0.51
HSL 28.16º 0.65% 0.29% -
HSV(B) 28.16º 0.79% 0.49% -
XYZ 10.82 8.99 2.14 -
YUV 82.3 96.23 157.74 -
System Red Green Blue C M Y K H S L
Decimal 124 72 26 0 0.42 0.79 0.51 28.16 0.65 0.29
Hex 7C 48 1A 0 2A 4F 33 1C 41 1D
Octal 174 110 32 0 52 117 63 34 101 35
Binary 1111100 1001000 11010 0 101010 1001111 110011 11100 1000001 11101

Color Harmonies of #7C481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C481A

Black with #7C481A

Text Example


Text Example

White with #7C481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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