Html Css Color HEX #7D5304 Raw Umber

📋 copy color: '#7D5304'

red 125 ◦ green 83 ◦ blue 4

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

Shades of Raw Umber #7D5304

Tints of Raw Umber #7D5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

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

R = 58.96%
G = 39.15%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7D5304 (or 0x7D5304) is known color: Raw Umber. HEX triplet: 7D, 53 and 04. RGB value is (125,83,4). Sum of RGB (Red+Green+Blue) = 125+83+4=212 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.96% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 4 (1.95% from 255 or 1.89% from 212); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5304 is #82ACFB. Grayscale: #565656. Windows color (decimal): -8563964 or 283517. OLE color: 283517.

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

Color convert

RGB 125 83 4 -
CMYK 0 0.34 0.97 0.51
HSL 39.17º 0.94% 0.25% -
HSV(B) 39.17º 0.97% 0.49% -
XYZ 11.57 10.56 1.54 -
YUV 86.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 125 83 4 0 0.34 0.97 0.51 39.17 0.94 0.25
Hex 7D 53 4 0 22 61 33 27 5E 19
Octal 175 123 4 0 42 141 63 47 136 31
Binary 1111101 1010011 100 0 100010 1100001 110011 100111 1011110 11001

Color Harmonies of #7D5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5304

Black with #7D5304

Text Example


Text Example

White with #7D5304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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