Html Css Color HEX #745108 Raw Umber

📋 copy color: '#745108'

red 116 ◦ green 81 ◦ blue 8

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

Shades of Raw Umber #745108

Tints of Raw Umber #745108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 56.59%
G = 39.51%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#745108 (or 0x745108) is known color: Raw Umber. HEX triplet: 74, 51 and 08. RGB value is (116,81,8). Sum of RGB (Red+Green+Blue) = 116+81+8=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #745108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745108 is #8BAEF7. Grayscale: #535353. Windows color (decimal): -9154296 or 545140. OLE color: 545140.

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

Color convert

RGB 116 81 8 -
CMYK 0 0.30 0.93 0.55
HSL 40.56º 0.87% 0.24% -
HSV(B) 40.56º 0.93% 0.45% -
XYZ 10.19 9.62 1.55 -
YUV 83.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 116 81 8 0 0.30 0.93 0.55 40.56 0.87 0.24
Hex 74 51 8 0 1E 5D 37 29 57 18
Octal 164 121 10 0 36 135 67 51 127 30
Binary 1110100 1010001 1000 0 11110 1011101 110111 101001 1010111 11000

Color Harmonies of #745108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745108

Black with #745108

Text Example


Text Example

White with #745108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745108; }

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

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

background-color css

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

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

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

border-color css

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

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

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