Html Css Color HEX #7D5908 Raw Umber

📋 copy color: '#7D5908'

red 125 ◦ green 89 ◦ blue 8

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

Shades of Raw Umber #7D5908

Tints of Raw Umber #7D5908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.09%

 BLUE value IS 8 (3.52% from 255) = 3.6%

R = 56.31%
G = 40.09%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7D5908 (or 0x7D5908) is known color: Raw Umber. HEX triplet: 7D, 59 and 08. RGB value is (125,89,8). Sum of RGB (Red+Green+Blue) = 125+89+8=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5908 is #82A6F7. Grayscale: #5A5A5A. Windows color (decimal): -8562424 or 547197. OLE color: 547197.

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

Color convert

RGB 125 89 8 -
CMYK 0 0.29 0.94 0.51
HSL 41.54º 0.88% 0.26% -
HSV(B) 41.54º 0.94% 0.49% -
XYZ 12.07 11.52 1.82 -
YUV 90.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 125 89 8 0 0.29 0.94 0.51 41.54 0.88 0.26
Hex 7D 59 8 0 1D 5E 33 2A 58 1A
Octal 175 131 10 0 35 136 63 52 130 32
Binary 1111101 1011001 1000 0 11101 1011110 110011 101010 1011000 11010

Color Harmonies of #7D5908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5908

Black with #7D5908

Text Example


Text Example

White with #7D5908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,89,8); }

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

background-color css

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

 a { background-color: rgb(125,89,8); }

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

border-color css

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

 span { border-color: rgb(125,89,8); }

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