Html Css Color HEX #7D4C18 Russet

📋 copy color: '#7D4C18'

red 125 ◦ green 76 ◦ blue 24

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

Shades of Russet #7D4C18

Tints of Russet #7D4C18

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 55.56%
G = 33.78%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7D4C18 (or 0x7D4C18) is known color: Russet. HEX triplet: 7D, 4C and 18. RGB value is (125,76,24). Sum of RGB (Red+Green+Blue) = 125+76+24=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4C18 is #82B3E7. Grayscale: #545454. Windows color (decimal): -8565736 or 1592445. OLE color: 1592445.

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

Color convert

RGB 125 76 24 -
CMYK 0 0.39 0.81 0.51
HSL 30.89º 0.68% 0.29% -
HSV(B) 30.89º 0.81% 0.49% -
XYZ 11.21 9.59 2.13 -
YUV 84.72 93.73 156.73 -
System Red Green Blue C M Y K H S L
Decimal 125 76 24 0 0.39 0.81 0.51 30.89 0.68 0.29
Hex 7D 4C 18 0 27 51 33 1F 44 1D
Octal 175 114 30 0 47 121 63 37 104 35
Binary 1111101 1001100 11000 0 100111 1010001 110011 11111 1000100 11101

Color Harmonies of #7D4C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4C18

Black with #7D4C18

Text Example


Text Example

White with #7D4C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,76,24); }

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

background-color css

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

 a { background-color: rgb(125,76,24); }

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

border-color css

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

 span { border-color: rgb(125,76,24); }

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