Html Css Color HEX #7D4A09 Raw Umber

📋 copy color: '#7D4A09'

red 125 ◦ green 74 ◦ blue 9

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

Shades of Raw Umber #7D4A09

Tints of Raw Umber #7D4A09

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.58%

 BLUE value IS 9 (3.91% from 255) = 4.33%

R = 60.1%
G = 35.58%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7D4A09 (or 0x7D4A09) is known color: Raw Umber. HEX triplet: 7D, 4A and 09. RGB value is (125,74,9). Sum of RGB (Red+Green+Blue) = 125+74+9=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4A09 is #82B5F6. Grayscale: #525252. Windows color (decimal): -8566263 or 608893. OLE color: 608893.

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

Color convert

RGB 125 74 9 -
CMYK 0 0.41 0.93 0.51
HSL 33.62º 0.87% 0.26% -
HSV(B) 33.62º 0.93% 0.49% -
XYZ 10.96 9.28 1.47 -
YUV 81.84 86.9 158.79 -
System Red Green Blue C M Y K H S L
Decimal 125 74 9 0 0.41 0.93 0.51 33.62 0.87 0.26
Hex 7D 4A 9 0 29 5D 33 22 57 1A
Octal 175 112 11 0 51 135 63 42 127 32
Binary 1111101 1001010 1001 0 101001 1011101 110011 100010 1010111 11010

Color Harmonies of #7D4A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4A09

Black with #7D4A09

Text Example


Text Example

White with #7D4A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,9); }

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

background-color css

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

 a { background-color: rgb(125,74,9); }

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

border-color css

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

 span { border-color: rgb(125,74,9); }

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