Html Css Color HEX #7D480E Raw Umber

📋 copy color: '#7D480E'

red 125 ◦ green 72 ◦ blue 14

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

Shades of Raw Umber #7D480E

Tints of Raw Umber #7D480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 59.24%
G = 34.12%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.51

RGB Variations

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

Color information

#7D480E (or 0x7D480E) is known color: Raw Umber. HEX triplet: 7D, 48 and 0E. RGB value is (125,72,14). Sum of RGB (Red+Green+Blue) = 125+72+14=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D480E is #82B7F1. Grayscale: #515151. Windows color (decimal): -8566770 or 936061. OLE color: 936061.

HSL color Cylindrical-coordinate representation of color #7D480E: hue angle of 31.35º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D480E is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 72 14 -
CMYK 0 0.42 0.89 0.51
HSL 31.35º 0.8% 0.27% -
HSV(B) 31.35º 0.89% 0.49% -
XYZ 10.85 9.03 1.59 -
YUV 81.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 125 72 14 0 0.42 0.89 0.51 31.35 0.8 0.27
Hex 7D 48 E 0 2A 59 33 1F 50 1B
Octal 175 110 16 0 52 131 63 37 120 33
Binary 1111101 1001000 1110 0 101010 1011001 110011 11111 1010000 11011

Color Harmonies of #7D480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D480E

Black with #7D480E

Text Example


Text Example

White with #7D480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,72,14); }

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

background-color css

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

 a { background-color: rgb(125,72,14); }

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

border-color css

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

 span { border-color: rgb(125,72,14); }

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