Html Css Color HEX #7D481C Russet

📋 copy color: '#7D481C'

red 125 ◦ green 72 ◦ blue 28

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

Shades of Russet #7D481C

Tints of Russet #7D481C

RGB

 RED value IS 125 (49.22% from 255) = 55.56%

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

 BLUE value IS 28 (11.33% from 255) = 12.44%

R = 55.56%
G = 32%
B = 12.44%

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

#7D481C (or 0x7D481C) is known color: Russet. HEX triplet: 7D, 48 and 1C. RGB value is (125,72,28). Sum of RGB (Red+Green+Blue) = 125+72+28=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D481C is #82B7E3. Grayscale: #535353. Windows color (decimal): -8566756 or 1853565. OLE color: 1853565.

HSL color Cylindrical-coordinate representation of color #7D481C: hue angle of 27.22º degrees, saturation: 0.63, 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 #7D481C is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 72 28 -
CMYK 0 0.42 0.78 0.51
HSL 27.22º 0.63% 0.3% -
HSV(B) 27.22º 0.78% 0.49% -
XYZ 10.98 9.08 2.27 -
YUV 82.83 97.06 158.08 -
System Red Green Blue C M Y K H S L
Decimal 125 72 28 0 0.42 0.78 0.51 27.22 0.63 0.3
Hex 7D 48 1C 0 2A 4E 33 1B 3F 1E
Octal 175 110 34 0 52 116 63 33 77 36
Binary 1111101 1001000 11100 0 101010 1001110 110011 11011 111111 11110

Color Harmonies of #7D481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D481C

Black with #7D481C

Text Example


Text Example

White with #7D481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,72,28); }

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

background-color css

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

 a { background-color: rgb(125,72,28); }

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

border-color css

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

 span { border-color: rgb(125,72,28); }

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