Html Css Color HEX #7F4601 Raw Umber

📋 copy color: '#7F4601'

red 127 ◦ green 70 ◦ blue 1

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

Shades of Raw Umber #7F4601

Tints of Raw Umber #7F4601

RGB

 RED value IS 127 (50% from 255) = 64.14%

 GREEN value IS 70 (27.73% from 255) = 35.35%

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

R = 64.14%
G = 35.35%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#7F4601 (or 0x7F4601) is known color: Raw Umber. HEX triplet: 7F, 46 and 01. RGB value is (127,70,1). Sum of RGB (Red+Green+Blue) = 127+70+1=198 (26% of max value = 765). Red value is 127 (50% from 255 or 64.14% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4601 is #80B9FE. Grayscale: #4F4F4F. Windows color (decimal): -8436223 or 83583. OLE color: 83583.

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

Color convert

RGB 127 70 1 -
CMYK 0 0.45 0.99 0.50
HSL 32.86º 0.98% 0.25% -
HSV(B) 32.86º 0.99% 0.5% -
XYZ 10.95 8.89 1.17 -
YUV 79.18 83.88 162.11 -
System Red Green Blue C M Y K H S L
Decimal 127 70 1 0 0.45 0.99 0.50 32.86 0.98 0.25
Hex 7F 46 1 0 2D 63 32 21 62 19
Octal 177 106 1 0 55 143 62 41 142 31
Binary 1111111 1000110 1 0 101101 1100011 110010 100001 1100010 11001

Color Harmonies of #7F4601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4601

Black with #7F4601

Text Example


Text Example

White with #7F4601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,70,1); }

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

background-color css

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

 a { background-color: rgb(127,70,1); }

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

border-color css

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

 span { border-color: rgb(127,70,1); }

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