Html Css Color HEX #805007 Raw Umber

📋 copy color: '#805007'

red 128 ◦ green 80 ◦ blue 7

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

Shades of Raw Umber #805007

Tints of Raw Umber #805007

RGB

 RED value IS 128 (50.39% from 255) = 59.53%

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

 BLUE value IS 7 (3.13% from 255) = 3.26%

R = 59.53%
G = 37.21%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#805007 (or 0x805007) is known color: Raw Umber. HEX triplet: 80, 50 and 07. RGB value is (128,80,7). Sum of RGB (Red+Green+Blue) = 128+80+7=215 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.53% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 128 - color contains mainly: red. Hex color #805007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805007 is #7FAFF8. Grayscale: #565656. Windows color (decimal): -8368121 or 479360. OLE color: 479360.

HSL color Cylindrical-coordinate representation of color #805007: hue angle of 36.2º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #805007 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 80 7 -
CMYK 0 0.38 0.95 0.50
HSL 36.2º 0.9% 0.26% -
HSV(B) 36.2º 0.95% 0.5% -
XYZ 11.81 10.34 1.57 -
YUV 86.03 83.4 157.94 -
System Red Green Blue C M Y K H S L
Decimal 128 80 7 0 0.38 0.95 0.50 36.2 0.9 0.26
Hex 80 50 7 0 26 5F 32 24 5A 1A
Octal 200 120 7 0 46 137 62 44 132 32
Binary 10000000 1010000 111 0 100110 1011111 110010 100100 1011010 11010

Color Harmonies of #805007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805007

Black with #805007

Text Example


Text Example

White with #805007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805007; }

 p { color: rgb(128,80,7); }

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

background-color css

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

 a { background-color: rgb(128,80,7); }

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

border-color css

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

 span { border-color: rgb(128,80,7); }

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