Html Css Color HEX #745B16 Raw Umber

📋 copy color: '#745B16'

red 116 ◦ green 91 ◦ blue 22

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

Shades of Raw Umber #745B16

Tints of Raw Umber #745B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.61%

R = 50.66%
G = 39.74%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#745B16 (or 0x745B16) is known color: Raw Umber. HEX triplet: 74, 5B and 16. RGB value is (116,91,22). Sum of RGB (Red+Green+Blue) = 116+91+22=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #745B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745B16 is #8BA4E9. Grayscale: #5A5A5A. Windows color (decimal): -9151722 or 1465204. OLE color: 1465204.

HSL color Cylindrical-coordinate representation of color #745B16: hue angle of 44.04º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #745B16 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 91 22 -
CMYK 0 0.22 0.81 0.55
HSL 44.04º 0.68% 0.27% -
HSV(B) 44.04º 0.81% 0.45% -
XYZ 11.09 11.25 2.35 -
YUV 90.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 116 91 22 0 0.22 0.81 0.55 44.04 0.68 0.27
Hex 74 5B 16 0 16 51 37 2C 44 1B
Octal 164 133 26 0 26 121 67 54 104 33
Binary 1110100 1011011 10110 0 10110 1010001 110111 101100 1000100 11011

Color Harmonies of #745B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B16

Black with #745B16

Text Example


Text Example

White with #745B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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