Html Css Color HEX #7D4006 Raw Umber

📋 copy color: '#7D4006'

red 125 ◦ green 64 ◦ blue 6

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

Shades of Raw Umber #7D4006

Tints of Raw Umber #7D4006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

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

R = 64.1%
G = 32.82%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.51

RGB Variations

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

Color information

#7D4006 (or 0x7D4006) is known color: Raw Umber. HEX triplet: 7D, 40 and 06. RGB value is (125,64,6). Sum of RGB (Red+Green+Blue) = 125+64+6=195 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.10% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 6 (2.73% from 255 or 3.08% from 195); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4006 is #82BFF9. Grayscale: #4B4B4B. Windows color (decimal): -8568826 or 409725. OLE color: 409725.

HSL color Cylindrical-coordinate representation of color #7D4006: hue angle of 29.24º 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 #7D4006 is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 64 6 -
CMYK 0 0.49 0.95 0.51
HSL 29.24º 0.91% 0.26% -
HSV(B) 29.24º 0.95% 0.49% -
XYZ 10.32 8.04 1.18 -
YUV 75.63 88.71 163.22 -
System Red Green Blue C M Y K H S L
Decimal 125 64 6 0 0.49 0.95 0.51 29.24 0.91 0.26
Hex 7D 40 6 0 31 5F 33 1D 5B 1A
Octal 175 100 6 0 61 137 63 35 133 32
Binary 1111101 1000000 110 0 110001 1011111 110011 11101 1011011 11010

Color Harmonies of #7D4006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4006

Black with #7D4006

Text Example


Text Example

White with #7D4006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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