Html Css Color HEX #745816 Raw Umber

📋 copy color: '#745816'

red 116 ◦ green 88 ◦ blue 22

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

Shades of Raw Umber #745816

Tints of Raw Umber #745816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.73%

R = 51.33%
G = 38.94%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#745816 (or 0x745816) is known color: Raw Umber. HEX triplet: 74, 58 and 16. RGB value is (116,88,22). Sum of RGB (Red+Green+Blue) = 116+88+22=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #745816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745816 is #8BA7E9. Grayscale: #595959. Windows color (decimal): -9152490 or 1464436. OLE color: 1464436.

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

Color convert

RGB 116 88 22 -
CMYK 0 0.24 0.81 0.55
HSL 42.13º 0.68% 0.27% -
HSV(B) 42.13º 0.81% 0.45% -
XYZ 10.84 10.75 2.26 -
YUV 88.85 90.28 147.37 -
System Red Green Blue C M Y K H S L
Decimal 116 88 22 0 0.24 0.81 0.55 42.13 0.68 0.27
Hex 74 58 16 0 18 51 37 2A 44 1B
Octal 164 130 26 0 30 121 67 52 104 33
Binary 1110100 1011000 10110 0 11000 1010001 110111 101010 1000100 11011

Color Harmonies of #745816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745816

Black with #745816

Text Example


Text Example

White with #745816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745816; }

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

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

background-color css

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

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

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

border-color css

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

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

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