Html Css Color HEX #745812 Raw Umber

📋 copy color: '#745812'

red 116 ◦ green 88 ◦ blue 18

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

Shades of Raw Umber #745812

Tints of Raw Umber #745812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 52.25%
G = 39.64%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745812 (or 0x745812) is known color: Raw Umber. HEX triplet: 74, 58 and 12. RGB value is (116,88,18). Sum of RGB (Red+Green+Blue) = 116+88+18=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #745812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745812 is #8BA7ED. Grayscale: #585858. Windows color (decimal): -9152494 or 1202292. OLE color: 1202292.

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

Color convert

RGB 116 88 18 -
CMYK 0 0.24 0.84 0.55
HSL 42.86º 0.73% 0.26% -
HSV(B) 42.86º 0.84% 0.45% -
XYZ 10.8 10.74 2.08 -
YUV 88.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 116 88 18 0 0.24 0.84 0.55 42.86 0.73 0.26
Hex 74 58 12 0 18 54 37 2B 49 1A
Octal 164 130 22 0 30 124 67 53 111 32
Binary 1110100 1011000 10010 0 11000 1010100 110111 101011 1001001 11010

Color Harmonies of #745812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745812

Black with #745812

Text Example


Text Example

White with #745812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745812; }

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

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

background-color css

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

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

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

border-color css

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

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

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