Html Css Color HEX #805707 Raw Umber

📋 copy color: '#805707'

red 128 ◦ green 87 ◦ blue 7

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

Shades of Raw Umber #805707

Tints of Raw Umber #805707

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.19%

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

R = 57.66%
G = 39.19%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#805707 (or 0x805707) is known color: Raw Umber. HEX triplet: 80, 57 and 07. RGB value is (128,87,7). Sum of RGB (Red+Green+Blue) = 128+87+7=222 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.66% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 128 - color contains mainly: red. Hex color #805707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805707 is #7FA8F8. Grayscale: #5A5A5A. Windows color (decimal): -8366329 or 481152. OLE color: 481152.

HSL color Cylindrical-coordinate representation of color #805707: hue angle of 39.67º 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 #805707 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 87 7 -
CMYK 0 0.32 0.95 0.50
HSL 39.67º 0.9% 0.26% -
HSV(B) 39.67º 0.95% 0.5% -
XYZ 12.35 11.42 1.75 -
YUV 90.14 81.08 155 -
System Red Green Blue C M Y K H S L
Decimal 128 87 7 0 0.32 0.95 0.50 39.67 0.9 0.26
Hex 80 57 7 0 20 5F 32 28 5A 1A
Octal 200 127 7 0 40 137 62 50 132 32
Binary 10000000 1010111 111 0 100000 1011111 110010 101000 1011010 11010

Color Harmonies of #805707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805707

Black with #805707

Text Example


Text Example

White with #805707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805707; }

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

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

background-color css

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

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

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

border-color css

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

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

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