Html Css Color HEX #7D4606 Raw Umber

📋 copy color: '#7D4606'

red 125 ◦ green 70 ◦ blue 6

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

Shades of Raw Umber #7D4606

Tints of Raw Umber #7D4606

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.83%

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 62.19%
G = 34.83%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7D4606 (or 0x7D4606) is known color: Raw Umber. HEX triplet: 7D, 46 and 06. RGB value is (125,70,6). Sum of RGB (Red+Green+Blue) = 125+70+6=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4606 is #82B9F9. Grayscale: #4F4F4F. Windows color (decimal): -8567290 or 411261. OLE color: 411261.

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

Color convert

RGB 125 70 6 -
CMYK 0 0.44 0.95 0.51
HSL 32.27º 0.91% 0.26% -
HSV(B) 32.27º 0.95% 0.49% -
XYZ 10.68 8.75 1.3 -
YUV 79.15 86.72 160.7 -
System Red Green Blue C M Y K H S L
Decimal 125 70 6 0 0.44 0.95 0.51 32.27 0.91 0.26
Hex 7D 46 6 0 2C 5F 33 20 5B 1A
Octal 175 106 6 0 54 137 63 40 133 32
Binary 1111101 1000110 110 0 101100 1011111 110011 100000 1011011 11010

Color Harmonies of #7D4606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4606

Black with #7D4606

Text Example


Text Example

White with #7D4606

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,70,6); }

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

background-color css

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

 a { background-color: rgb(125,70,6); }

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

border-color css

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

 span { border-color: rgb(125,70,6); }

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