Html Css Color HEX #745512 Raw Umber

📋 copy color: '#745512'

red 116 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #745512

Tints of Raw Umber #745512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.81%

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

R = 52.97%
G = 38.81%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745512 (or 0x745512) is known color: Raw Umber. HEX triplet: 74, 55 and 12. RGB value is (116,85,18). Sum of RGB (Red+Green+Blue) = 116+85+18=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 18 (7.42% from 255 or 8.22% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #745512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745512 is #8BAAED. Grayscale: #565656. Windows color (decimal): -9153262 or 1201524. OLE color: 1201524.

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

Color convert

RGB 116 85 18 -
CMYK 0 0.27 0.84 0.55
HSL 41.02º 0.73% 0.26% -
HSV(B) 41.02º 0.84% 0.45% -
XYZ 10.56 10.25 1.99 -
YUV 86.63 89.27 148.95 -
System Red Green Blue C M Y K H S L
Decimal 116 85 18 0 0.27 0.84 0.55 41.02 0.73 0.26
Hex 74 55 12 0 1B 54 37 29 49 1A
Octal 164 125 22 0 33 124 67 51 111 32
Binary 1110100 1010101 10010 0 11011 1010100 110111 101001 1001001 11010

Color Harmonies of #745512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745512

Black with #745512

Text Example


Text Example

White with #745512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745512; }

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

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

background-color css

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

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

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

border-color css

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

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

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