Html Css Color HEX #746003 Raw Umber

📋 copy color: '#746003'

red 116 ◦ green 96 ◦ blue 3

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

Shades of Raw Umber #746003

Tints of Raw Umber #746003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.65%

 BLUE value IS 3 (1.56% from 255) = 1.4%

R = 53.95%
G = 44.65%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#746003 (or 0x746003) is known color: Raw Umber. HEX triplet: 74, 60 and 03. RGB value is (116,96,3). Sum of RGB (Red+Green+Blue) = 116+96+3=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #746003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746003 is #8B9FFC. Grayscale: #5B5B5B. Windows color (decimal): -9150461 or 221300. OLE color: 221300.

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

Color convert

RGB 116 96 3 -
CMYK 0 0.17 0.97 0.55
HSL 49.38º 0.95% 0.23% -
HSV(B) 49.38º 0.97% 0.45% -
XYZ 11.4 12.09 1.82 -
YUV 91.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 116 96 3 0 0.17 0.97 0.55 49.38 0.95 0.23
Hex 74 60 3 0 11 61 37 31 5F 17
Octal 164 140 3 0 21 141 67 61 137 27
Binary 1110100 1100000 11 0 10001 1100001 110111 110001 1011111 10111

Color Harmonies of #746003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746003

Black with #746003

Text Example


Text Example

White with #746003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746003; }

 p { color: rgb(116,96,3); }

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

background-color css

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

 a { background-color: rgb(116,96,3); }

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

border-color css

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

 span { border-color: rgb(116,96,3); }

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