Html Css Color HEX #745801 Raw Umber

📋 copy color: '#745801'

red 116 ◦ green 88 ◦ blue 1

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

Shades of Raw Umber #745801

Tints of Raw Umber #745801

RGB

 RED value IS 116 (45.7% from 255) = 56.59%

 GREEN value IS 88 (34.77% from 255) = 42.93%

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

R = 56.59%
G = 42.93%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#745801 (or 0x745801) is known color: Raw Umber. HEX triplet: 74, 58 and 01. RGB value is (116,88,1). Sum of RGB (Red+Green+Blue) = 116+88+1=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 88 (34.77% from 255 or 42.93% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745801 is #8BA7FE. Grayscale: #565656. Windows color (decimal): -9152511 or 88180. OLE color: 88180.

HSL color Cylindrical-coordinate representation of color #745801: hue angle of 45.39º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #745801 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 88 1 -
CMYK 0 0.24 0.99 0.55
HSL 45.39º 0.98% 0.23% -
HSV(B) 45.39º 0.99% 0.45% -
XYZ 10.7 10.69 1.53 -
YUV 86.45 79.78 149.07 -
System Red Green Blue C M Y K H S L
Decimal 116 88 1 0 0.24 0.99 0.55 45.39 0.98 0.23
Hex 74 58 1 0 18 63 37 2D 62 17
Octal 164 130 1 0 30 143 67 55 142 27
Binary 1110100 1011000 1 0 11000 1100011 110111 101101 1100010 10111

Color Harmonies of #745801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745801

Black with #745801

Text Example


Text Example

White with #745801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745801; }

 p { color: rgb(116,88,1); }

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

background-color css

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

 a { background-color: rgb(116,88,1); }

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

border-color css

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

 span { border-color: rgb(116,88,1); }

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