Html Css Color HEX #7D471B Russet

📋 copy color: '#7D471B'

red 125 ◦ green 71 ◦ blue 27

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

Shades of Russet #7D471B

Tints of Russet #7D471B

RGB

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

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

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

R = 56.05%
G = 31.84%
B = 12.11%

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

#7D471B (or 0x7D471B) is known color: Russet. HEX triplet: 7D, 47 and 1B. RGB value is (125,71,27). Sum of RGB (Red+Green+Blue) = 125+71+27=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D471B is #82B8E4. Grayscale: #525252. Windows color (decimal): -8567013 or 1787773. OLE color: 1787773.

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

Color convert

RGB 125 71 27 -
CMYK 0 0.43 0.78 0.51
HSL 26.94º 0.64% 0.3% -
HSV(B) 26.94º 0.78% 0.49% -
XYZ 10.91 8.95 2.19 -
YUV 82.13 96.89 158.58 -
System Red Green Blue C M Y K H S L
Decimal 125 71 27 0 0.43 0.78 0.51 26.94 0.64 0.3
Hex 7D 47 1B 0 2B 4E 33 1B 40 1E
Octal 175 107 33 0 53 116 63 33 100 36
Binary 1111101 1000111 11011 0 101011 1001110 110011 11011 1000000 11110

Color Harmonies of #7D471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D471B

Black with #7D471B

Text Example


Text Example

White with #7D471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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