Html Css Color HEX #745105 Raw Umber

📋 copy color: '#745105'

red 116 ◦ green 81 ◦ blue 5

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

Shades of Raw Umber #745105

Tints of Raw Umber #745105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.48%

R = 57.43%
G = 40.1%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#745105 (or 0x745105) is known color: Raw Umber. HEX triplet: 74, 51 and 05. RGB value is (116,81,5). Sum of RGB (Red+Green+Blue) = 116+81+5=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #745105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745105 is #8BAEFA. Grayscale: #535353. Windows color (decimal): -9154299 or 348532. OLE color: 348532.

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

Color convert

RGB 116 81 5 -
CMYK 0 0.30 0.96 0.55
HSL 41.08º 0.92% 0.24% -
HSV(B) 41.08º 0.96% 0.45% -
XYZ 10.17 9.61 1.46 -
YUV 82.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 116 81 5 0 0.30 0.96 0.55 41.08 0.92 0.24
Hex 74 51 5 0 1E 60 37 29 5C 18
Octal 164 121 5 0 36 140 67 51 134 30
Binary 1110100 1010001 101 0 11110 1100000 110111 101001 1011100 11000

Color Harmonies of #745105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745105

Black with #745105

Text Example


Text Example

White with #745105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745105; }

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

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

background-color css

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

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

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

border-color css

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

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

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