Html Css Color HEX #7D5018 Raw Umber

📋 copy color: '#7D5018'

red 125 ◦ green 80 ◦ blue 24

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

Shades of Raw Umber #7D5018

Tints of Raw Umber #7D5018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.93%

 BLUE value IS 24 (9.77% from 255) = 10.48%

R = 54.59%
G = 34.93%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7D5018 (or 0x7D5018) is known color: Raw Umber. HEX triplet: 7D, 50 and 18. RGB value is (125,80,24). Sum of RGB (Red+Green+Blue) = 125+80+24=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5018 is #82AFE7. Grayscale: #575757. Windows color (decimal): -8564712 or 1593469. OLE color: 1593469.

HSL color Cylindrical-coordinate representation of color #7D5018: hue angle of 33.27º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D5018 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 80 24 -
CMYK 0 0.36 0.81 0.51
HSL 33.27º 0.68% 0.29% -
HSV(B) 33.27º 0.81% 0.49% -
XYZ 11.49 10.16 2.22 -
YUV 87.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 125 80 24 0 0.36 0.81 0.51 33.27 0.68 0.29
Hex 7D 50 18 0 24 51 33 21 44 1D
Octal 175 120 30 0 44 121 63 41 104 35
Binary 1111101 1010000 11000 0 100100 1010001 110011 100001 1000100 11101

Color Harmonies of #7D5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5018

Black with #7D5018

Text Example


Text Example

White with #7D5018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,80,24); }

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

background-color css

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

 a { background-color: rgb(125,80,24); }

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

border-color css

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

 span { border-color: rgb(125,80,24); }

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