Html Css Color HEX #745B12 Raw Umber

📋 copy color: '#745B12'

red 116 ◦ green 91 ◦ blue 18

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

Shades of Raw Umber #745B12

Tints of Raw Umber #745B12

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.44%

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

R = 51.56%
G = 40.44%
B = 8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745B12 (or 0x745B12) is known color: Raw Umber. HEX triplet: 74, 5B and 12. RGB value is (116,91,18). Sum of RGB (Red+Green+Blue) = 116+91+18=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #745B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745B12 is #8BA4ED. Grayscale: #5A5A5A. Windows color (decimal): -9151726 or 1203060. OLE color: 1203060.

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

Color convert

RGB 116 91 18 -
CMYK 0 0.22 0.84 0.55
HSL 44.69º 0.73% 0.26% -
HSV(B) 44.69º 0.84% 0.45% -
XYZ 11.05 11.24 2.16 -
YUV 90.15 87.28 146.44 -
System Red Green Blue C M Y K H S L
Decimal 116 91 18 0 0.22 0.84 0.55 44.69 0.73 0.26
Hex 74 5B 12 0 16 54 37 2D 49 1A
Octal 164 133 22 0 26 124 67 55 111 32
Binary 1110100 1011011 10010 0 10110 1010100 110111 101101 1001001 11010

Color Harmonies of #745B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B12

Black with #745B12

Text Example


Text Example

White with #745B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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