Html Css Color HEX #7D540D Raw Umber

📋 copy color: '#7D540D'

red 125 ◦ green 84 ◦ blue 13

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

Shades of Raw Umber #7D540D

Tints of Raw Umber #7D540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.84%

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 56.31%
G = 37.84%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7D540D (or 0x7D540D) is known color: Raw Umber. HEX triplet: 7D, 54 and 0D. RGB value is (125,84,13). Sum of RGB (Red+Green+Blue) = 125+84+13=222 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.31% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 125 - color contains mainly: red. Hex color #7D540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D540D is #82ABF2. Grayscale: #585858. Windows color (decimal): -8563699 or 873597. OLE color: 873597.

HSL color Cylindrical-coordinate representation of color #7D540D: hue angle of 38.04º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D540D is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 84 13 -
CMYK 0 0.33 0.90 0.51
HSL 38.04º 0.81% 0.27% -
HSV(B) 38.04º 0.9% 0.49% -
XYZ 11.7 10.73 1.84 -
YUV 88.17 85.58 154.27 -
System Red Green Blue C M Y K H S L
Decimal 125 84 13 0 0.33 0.90 0.51 38.04 0.81 0.27
Hex 7D 54 D 0 21 5A 33 26 51 1B
Octal 175 124 15 0 41 132 63 46 121 33
Binary 1111101 1010100 1101 0 100001 1011010 110011 100110 1010001 11011

Color Harmonies of #7D540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D540D

Black with #7D540D

Text Example


Text Example

White with #7D540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,84,13); }

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

background-color css

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

 a { background-color: rgb(125,84,13); }

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

border-color css

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

 span { border-color: rgb(125,84,13); }

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