Html Css Color HEX #745000 Raw Umber

📋 copy color: '#745000'

red 116 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #745000

Tints of Raw Umber #745000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.18%
G = 40.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#745000 (or 0x745000) is known color: Raw Umber. HEX triplet: 74, 50 and 00. RGB value is (116,80,0). Sum of RGB (Red+Green+Blue) = 116+80+0=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #745000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745000 is #8BAFFF. Grayscale: #525252. Windows color (decimal): -9154560 or 20596. OLE color: 20596.

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

Color convert

RGB 116 80 0 -
CMYK 0 0.31 1 0.55
HSL 41.38º 1% 0.23% -
HSV(B) 41.38º 1% 0.45% -
XYZ 10.07 9.45 1.29 -
YUV 81.64 81.93 152.5 -
System Red Green Blue C M Y K H S L
Decimal 116 80 0 0 0.31 1 0.55 41.38 1 0.23
Hex 74 50 0 0 1F 64 37 29 64 17
Octal 164 120 0 0 37 144 67 51 144 27
Binary 1110100 1010000 0 0 11111 1100100 110111 101001 1100100 10111

Color Harmonies of #745000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745000

Black with #745000

Text Example


Text Example

White with #745000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745000; }

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

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

background-color css

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

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

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

border-color css

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

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

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