Html Css Color HEX #7D451B Russet

📋 copy color: '#7D451B'

red 125 ◦ green 69 ◦ blue 27

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

Shades of Russet #7D451B

Tints of Russet #7D451B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.22%

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

R = 56.56%
G = 31.22%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D451B (or 0x7D451B) is known color: Russet. HEX triplet: 7D, 45 and 1B. RGB value is (125,69,27). Sum of RGB (Red+Green+Blue) = 125+69+27=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D451B is #82BAE4. Grayscale: #515151. Windows color (decimal): -8567525 or 1787261. OLE color: 1787261.

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

Color convert

RGB 125 69 27 -
CMYK 0 0.45 0.78 0.51
HSL 25.71º 0.64% 0.3% -
HSV(B) 25.71º 0.78% 0.49% -
XYZ 10.78 8.7 2.15 -
YUV 80.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 125 69 27 0 0.45 0.78 0.51 25.71 0.64 0.3
Hex 7D 45 1B 0 2D 4E 33 1A 40 1E
Octal 175 105 33 0 55 116 63 32 100 36
Binary 1111101 1000101 11011 0 101101 1001110 110011 11010 1000000 11110

Color Harmonies of #7D451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D451B

Black with #7D451B

Text Example


Text Example

White with #7D451B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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