Html Css Color HEX #7D471C Russet

📋 copy color: '#7D471C'

red 125 ◦ green 71 ◦ blue 28

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

Shades of Russet #7D471C

Tints of Russet #7D471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.7%

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

R = 55.8%
G = 31.7%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D471C (or 0x7D471C) is known color: Russet. HEX triplet: 7D, 47 and 1C. RGB value is (125,71,28). Sum of RGB (Red+Green+Blue) = 125+71+28=224 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.80% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 125 - color contains mainly: red. Hex color #7D471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D471C is #82B8E3. Grayscale: #525252. Windows color (decimal): -8567012 or 1853309. OLE color: 1853309.

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

Color convert

RGB 125 71 28 -
CMYK 0 0.43 0.78 0.51
HSL 26.6º 0.63% 0.3% -
HSV(B) 26.6º 0.78% 0.49% -
XYZ 10.92 8.95 2.25 -
YUV 82.24 97.39 158.5 -
System Red Green Blue C M Y K H S L
Decimal 125 71 28 0 0.43 0.78 0.51 26.6 0.63 0.3
Hex 7D 47 1C 0 2B 4E 33 1B 3F 1E
Octal 175 107 34 0 53 116 63 33 77 36
Binary 1111101 1000111 11100 0 101011 1001110 110011 11011 111111 11110

Color Harmonies of #7D471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D471C

Black with #7D471C

Text Example


Text Example

White with #7D471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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