Html Css Color HEX #745003 Raw Umber

📋 copy color: '#745003'

red 116 ◦ green 80 ◦ blue 3

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

Shades of Raw Umber #745003

Tints of Raw Umber #745003

RGB

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

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

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

R = 58.29%
G = 40.2%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#745003 (or 0x745003) is known color: Raw Umber. HEX triplet: 74, 50 and 03. RGB value is (116,80,3). Sum of RGB (Red+Green+Blue) = 116+80+3=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #745003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745003 is #8BAFFC. Grayscale: #525252. Windows color (decimal): -9154557 or 217204. OLE color: 217204.

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

Color convert

RGB 116 80 3 -
CMYK 0 0.31 0.97 0.55
HSL 40.88º 0.95% 0.23% -
HSV(B) 40.88º 0.97% 0.45% -
XYZ 10.09 9.46 1.38 -
YUV 81.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 116 80 3 0 0.31 0.97 0.55 40.88 0.95 0.23
Hex 74 50 3 0 1F 61 37 29 5F 17
Octal 164 120 3 0 37 141 67 51 137 27
Binary 1110100 1010000 11 0 11111 1100001 110111 101001 1011111 10111

Color Harmonies of #745003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745003

Black with #745003

Text Example


Text Example

White with #745003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745003; }

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

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

background-color css

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

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

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

border-color css

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

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

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