Html Css Color HEX #745011 Raw Umber

📋 copy color: '#745011'

red 116 ◦ green 80 ◦ blue 17

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

Shades of Raw Umber #745011

Tints of Raw Umber #745011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

 BLUE value IS 17 (7.03% from 255) = 7.98%

R = 54.46%
G = 37.56%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#745011 (or 0x745011) is known color: Raw Umber. HEX triplet: 74, 50 and 11. RGB value is (116,80,17). Sum of RGB (Red+Green+Blue) = 116+80+17=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #745011 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745011 is #8BAFEE. Grayscale: #535353. Windows color (decimal): -9154543 or 1134708. OLE color: 1134708.

HSL color Cylindrical-coordinate representation of color #745011: hue angle of 38.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #745011 is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 17 -
CMYK 0 0.31 0.85 0.55
HSL 38.18º 0.74% 0.26% -
HSV(B) 38.18º 0.85% 0.45% -
XYZ 10.17 9.49 1.83 -
YUV 83.58 90.43 151.12 -
System Red Green Blue C M Y K H S L
Decimal 116 80 17 0 0.31 0.85 0.55 38.18 0.74 0.26
Hex 74 50 11 0 1F 55 37 26 4A 1A
Octal 164 120 21 0 37 125 67 46 112 32
Binary 1110100 1010000 10001 0 11111 1010101 110111 100110 1001010 11010

Color Harmonies of #745011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745011

Black with #745011

Text Example


Text Example

White with #745011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745011; }

 p { color: rgb(116,80,17); }

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

background-color css

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

 a { background-color: rgb(116,80,17); }

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

border-color css

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

 span { border-color: rgb(116,80,17); }

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