Html Css Color HEX #745110 Raw Umber

📋 copy color: '#745110'

red 116 ◦ green 81 ◦ blue 16

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

Shades of Raw Umber #745110

Tints of Raw Umber #745110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.03%

 BLUE value IS 16 (6.64% from 255) = 7.51%

R = 54.46%
G = 38.03%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#745110 (or 0x745110) is known color: Raw Umber. HEX triplet: 74, 51 and 10. RGB value is (116,81,16). Sum of RGB (Red+Green+Blue) = 116+81+16=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #745110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745110 is #8BAEEF. Grayscale: #545454. Windows color (decimal): -9154288 or 1069428. OLE color: 1069428.

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

Color convert

RGB 116 81 16 -
CMYK 0 0.30 0.86 0.55
HSL 39º 0.76% 0.26% -
HSV(B) 39º 0.86% 0.45% -
XYZ 10.24 9.64 1.81 -
YUV 84.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 116 81 16 0 0.30 0.86 0.55 39 0.76 0.26
Hex 74 51 10 0 1E 56 37 27 4C 1A
Octal 164 121 20 0 36 126 67 47 114 32
Binary 1110100 1010001 10000 0 11110 1010110 110111 100111 1001100 11010

Color Harmonies of #745110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745110

Black with #745110

Text Example


Text Example

White with #745110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745110; }

 p { color: rgb(116,81,16); }

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

background-color css

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

 a { background-color: rgb(116,81,16); }

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

border-color css

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

 span { border-color: rgb(116,81,16); }

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