Html Css Color HEX #7D4101 Raw Umber

📋 copy color: '#7D4101'

red 125 ◦ green 65 ◦ blue 1

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

Shades of Raw Umber #7D4101

Tints of Raw Umber #7D4101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.03%

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 65.45%
G = 34.03%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#7D4101 (or 0x7D4101) is known color: Raw Umber. HEX triplet: 7D, 41 and 01. RGB value is (125,65,1). Sum of RGB (Red+Green+Blue) = 125+65+1=191 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.45% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4101 is #82BEFE. Grayscale: #4B4B4B. Windows color (decimal): -8568575 or 82301. OLE color: 82301.

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

Color convert

RGB 125 65 1 -
CMYK 0 0.48 0.99 0.51
HSL 30.97º 0.98% 0.25% -
HSV(B) 30.97º 0.99% 0.49% -
XYZ 10.35 8.14 1.05 -
YUV 75.64 85.88 163.2 -
System Red Green Blue C M Y K H S L
Decimal 125 65 1 0 0.48 0.99 0.51 30.97 0.98 0.25
Hex 7D 41 1 0 30 63 33 1F 62 19
Octal 175 101 1 0 60 143 63 37 142 31
Binary 1111101 1000001 1 0 110000 1100011 110011 11111 1100010 11001

Color Harmonies of #7D4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4101

Black with #7D4101

Text Example


Text Example

White with #7D4101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,1); }

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

background-color css

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

 a { background-color: rgb(125,65,1); }

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

border-color css

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

 span { border-color: rgb(125,65,1); }

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