Html Css Color HEX #7D4304 Raw Umber

📋 copy color: '#7D4304'

red 125 ◦ green 67 ◦ blue 4

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

Shades of Raw Umber #7D4304

Tints of Raw Umber #7D4304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

 BLUE value IS 4 (1.95% from 255) = 2.04%

R = 63.78%
G = 34.18%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7D4304 (or 0x7D4304) is known color: Raw Umber. HEX triplet: 7D, 43 and 04. RGB value is (125,67,4). Sum of RGB (Red+Green+Blue) = 125+67+4=196 (25% of max value = 765). Red value is 125 (49.22% from 255 or 63.78% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4304 is #82BCFB. Grayscale: #4D4D4D. Windows color (decimal): -8568060 or 279421. OLE color: 279421.

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

Color convert

RGB 125 67 4 -
CMYK 0 0.46 0.97 0.51
HSL 31.24º 0.94% 0.25% -
HSV(B) 31.24º 0.97% 0.49% -
XYZ 10.49 8.38 1.18 -
YUV 77.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 125 67 4 0 0.46 0.97 0.51 31.24 0.94 0.25
Hex 7D 43 4 0 2E 61 33 1F 5E 19
Octal 175 103 4 0 56 141 63 37 136 31
Binary 1111101 1000011 100 0 101110 1100001 110011 11111 1011110 11001

Color Harmonies of #7D4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4304

Black with #7D4304

Text Example


Text Example

White with #7D4304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,67,4); }

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

background-color css

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

 a { background-color: rgb(125,67,4); }

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

border-color css

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

 span { border-color: rgb(125,67,4); }

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