Html Css Color HEX #745412 Raw Umber

📋 copy color: '#745412'

red 116 ◦ green 84 ◦ blue 18

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

Shades of Raw Umber #745412

Tints of Raw Umber #745412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 53.21%
G = 38.53%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745412 (or 0x745412) is known color: Raw Umber. HEX triplet: 74, 54 and 12. RGB value is (116,84,18). Sum of RGB (Red+Green+Blue) = 116+84+18=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #745412 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745412 is #8BABED. Grayscale: #565656. Windows color (decimal): -9153518 or 1201268. OLE color: 1201268.

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

Color convert

RGB 116 84 18 -
CMYK 0 0.28 0.84 0.55
HSL 40.41º 0.73% 0.26% -
HSV(B) 40.41º 0.84% 0.45% -
XYZ 10.48 10.1 1.97 -
YUV 86.04 89.6 149.37 -
System Red Green Blue C M Y K H S L
Decimal 116 84 18 0 0.28 0.84 0.55 40.41 0.73 0.26
Hex 74 54 12 0 1C 54 37 28 49 1A
Octal 164 124 22 0 34 124 67 50 111 32
Binary 1110100 1010100 10010 0 11100 1010100 110111 101000 1001001 11010

Color Harmonies of #745412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745412

Black with #745412

Text Example


Text Example

White with #745412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745412; }

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

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

background-color css

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

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

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

border-color css

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

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

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