Html Css Color HEX #7D4B23 Russet

📋 copy color: '#7D4B23'

red 125 ◦ green 75 ◦ blue 35

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

Shades of Russet #7D4B23

Tints of Russet #7D4B23

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.91%

 BLUE value IS 35 (14.06% from 255) = 14.89%

R = 53.19%
G = 31.91%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.51

RGB Variations

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

Color information

#7D4B23 (or 0x7D4B23) is known color: Russet. HEX triplet: 7D, 4B and 23. RGB value is (125,75,35). Sum of RGB (Red+Green+Blue) = 125+75+35=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 35 (14.06% from 255 or 14.89% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4B23 is #82B4DC. Grayscale: #555555. Windows color (decimal): -8565981 or 2313085. OLE color: 2313085.

HSL color Cylindrical-coordinate representation of color #7D4B23: hue angle of 26.67º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D4B23 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 75 35 -
CMYK 0 0.40 0.72 0.51
HSL 26.67º 0.56% 0.31% -
HSV(B) 26.67º 0.72% 0.49% -
XYZ 11.28 9.51 2.83 -
YUV 85.39 99.57 156.25 -
System Red Green Blue C M Y K H S L
Decimal 125 75 35 0 0.40 0.72 0.51 26.67 0.56 0.31
Hex 7D 4B 23 0 28 48 33 1B 38 1F
Octal 175 113 43 0 50 110 63 33 70 37
Binary 1111101 1001011 100011 0 101000 1001000 110011 11011 111000 11111

Color Harmonies of #7D4B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4B23

Black with #7D4B23

Text Example


Text Example

White with #7D4B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,75,35); }

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

background-color css

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

 a { background-color: rgb(125,75,35); }

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

border-color css

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

 span { border-color: rgb(125,75,35); }

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