Html Css Color HEX #745811 Raw Umber

📋 copy color: '#745811'

red 116 ◦ green 88 ◦ blue 17

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

Shades of Raw Umber #745811

Tints of Raw Umber #745811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.69%

R = 52.49%
G = 39.82%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#745811 (or 0x745811) is known color: Raw Umber. HEX triplet: 74, 58 and 11. RGB value is (116,88,17). Sum of RGB (Red+Green+Blue) = 116+88+17=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #745811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745811 is #8BA7EE. Grayscale: #585858. Windows color (decimal): -9152495 or 1136756. OLE color: 1136756.

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

Color convert

RGB 116 88 17 -
CMYK 0 0.24 0.85 0.55
HSL 43.03º 0.74% 0.26% -
HSV(B) 43.03º 0.85% 0.45% -
XYZ 10.79 10.73 2.03 -
YUV 88.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 116 88 17 0 0.24 0.85 0.55 43.03 0.74 0.26
Hex 74 58 11 0 18 55 37 2B 4A 1A
Octal 164 130 21 0 30 125 67 53 112 32
Binary 1110100 1011000 10001 0 11000 1010101 110111 101011 1001010 11010

Color Harmonies of #745811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745811

Black with #745811

Text Example


Text Example

White with #745811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745811; }

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

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

background-color css

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

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

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

border-color css

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

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

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