Html Css Color HEX #745012 Raw Umber

📋 copy color: '#745012'

red 116 ◦ green 80 ◦ blue 18

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

Shades of Raw Umber #745012

Tints of Raw Umber #745012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.38%

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

R = 54.21%
G = 37.38%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745012 (or 0x745012) is known color: Raw Umber. HEX triplet: 74, 50 and 12. RGB value is (116,80,18). Sum of RGB (Red+Green+Blue) = 116+80+18=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #745012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745012 is #8BAFED. Grayscale: #535353. Windows color (decimal): -9154542 or 1200244. OLE color: 1200244.

HSL color Cylindrical-coordinate representation of color #745012: hue angle of 37.96º 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 #745012 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 18 -
CMYK 0 0.31 0.84 0.55
HSL 37.96º 0.73% 0.26% -
HSV(B) 37.96º 0.84% 0.45% -
XYZ 10.18 9.49 1.87 -
YUV 83.7 90.93 151.04 -
System Red Green Blue C M Y K H S L
Decimal 116 80 18 0 0.31 0.84 0.55 37.96 0.73 0.26
Hex 74 50 12 0 1F 54 37 26 49 1A
Octal 164 120 22 0 37 124 67 46 111 32
Binary 1110100 1010000 10010 0 11111 1010100 110111 100110 1001001 11010

Color Harmonies of #745012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745012

Black with #745012

Text Example


Text Example

White with #745012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745012; }

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

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

background-color css

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

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

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

border-color css

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

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

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