Html Css Color HEX #745312 Raw Umber

📋 copy color: '#745312'

red 116 ◦ green 83 ◦ blue 18

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

Shades of Raw Umber #745312

Tints of Raw Umber #745312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.25%

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

R = 53.46%
G = 38.25%
B = 8.29%

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

#745312 (or 0x745312) is known color: Raw Umber. HEX triplet: 74, 53 and 12. RGB value is (116,83,18). Sum of RGB (Red+Green+Blue) = 116+83+18=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #745312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745312 is #8BACED. Grayscale: #555555. Windows color (decimal): -9153774 or 1201012. OLE color: 1201012.

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

Color convert

RGB 116 83 18 -
CMYK 0 0.28 0.84 0.55
HSL 39.8º 0.73% 0.26% -
HSV(B) 39.8º 0.84% 0.45% -
XYZ 10.4 9.94 1.94 -
YUV 85.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 116 83 18 0 0.28 0.84 0.55 39.8 0.73 0.26
Hex 74 53 12 0 1C 54 37 28 49 1A
Octal 164 123 22 0 34 124 67 50 111 32
Binary 1110100 1010011 10010 0 11100 1010100 110111 101000 1001001 11010

Color Harmonies of #745312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745312

Black with #745312

Text Example


Text Example

White with #745312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745312; }

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

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

background-color css

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

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

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

border-color css

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

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

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