Html Css Color HEX #745510 Raw Umber

📋 copy color: '#745510'

red 116 ◦ green 85 ◦ blue 16

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

Shades of Raw Umber #745510

Tints of Raw Umber #745510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.17%

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

R = 53.46%
G = 39.17%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#745510 (or 0x745510) is known color: Raw Umber. HEX triplet: 74, 55 and 10. RGB value is (116,85,16). Sum of RGB (Red+Green+Blue) = 116+85+16=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #745510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745510 is #8BAAEF. Grayscale: #565656. Windows color (decimal): -9153264 or 1070452. OLE color: 1070452.

HSL color Cylindrical-coordinate representation of color #745510: hue angle of 41.4º 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 #745510 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 16 -
CMYK 0 0.27 0.86 0.55
HSL 41.4º 0.76% 0.26% -
HSV(B) 41.4º 0.86% 0.45% -
XYZ 10.54 10.25 1.91 -
YUV 86.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 116 85 16 0 0.27 0.86 0.55 41.4 0.76 0.26
Hex 74 55 10 0 1B 56 37 29 4C 1A
Octal 164 125 20 0 33 126 67 51 114 32
Binary 1110100 1010101 10000 0 11011 1010110 110111 101001 1001100 11010

Color Harmonies of #745510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745510

Black with #745510

Text Example


Text Example

White with #745510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745510; }

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

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

background-color css

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

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

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

border-color css

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

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

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