Html Css Color HEX #745C12 Raw Umber

📋 copy color: '#745C12'

red 116 ◦ green 92 ◦ blue 18

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

Shades of Raw Umber #745C12

Tints of Raw Umber #745C12

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.71%

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

R = 51.33%
G = 40.71%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745C12 (or 0x745C12) is known color: Raw Umber. HEX triplet: 74, 5C and 12. RGB value is (116,92,18). Sum of RGB (Red+Green+Blue) = 116+92+18=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #745C12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C12 is #8BA3ED. Grayscale: #5B5B5B. Windows color (decimal): -9151470 or 1203316. OLE color: 1203316.

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

Color convert

RGB 116 92 18 -
CMYK 0 0.21 0.84 0.55
HSL 45.31º 0.73% 0.26% -
HSV(B) 45.31º 0.84% 0.45% -
XYZ 11.14 11.41 2.19 -
YUV 90.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 116 92 18 0 0.21 0.84 0.55 45.31 0.73 0.26
Hex 74 5C 12 0 15 54 37 2D 49 1A
Octal 164 134 22 0 25 124 67 55 111 32
Binary 1110100 1011100 10010 0 10101 1010100 110111 101101 1001001 11010

Color Harmonies of #745C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C12

Black with #745C12

Text Example


Text Example

White with #745C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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