Html Css Color HEX #745503 Raw Umber

📋 copy color: '#745503'

red 116 ◦ green 85 ◦ blue 3

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

Shades of Raw Umber #745503

Tints of Raw Umber #745503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.67%

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

R = 56.86%
G = 41.67%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#745503 (or 0x745503) is known color: Raw Umber. HEX triplet: 74, 55 and 03. RGB value is (116,85,3). Sum of RGB (Red+Green+Blue) = 116+85+3=204 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.86% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 3 (1.56% from 255 or 1.47% from 204); Max value from RGB is 116 - color contains mainly: red. Hex color #745503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745503 is #8BAAFC. Grayscale: #555555. Windows color (decimal): -9153277 or 218484. OLE color: 218484.

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

Color convert

RGB 116 85 3 -
CMYK 0 0.27 0.97 0.55
HSL 43.54º 0.95% 0.23% -
HSV(B) 43.54º 0.97% 0.45% -
XYZ 10.47 10.22 1.51 -
YUV 84.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 116 85 3 0 0.27 0.97 0.55 43.54 0.95 0.23
Hex 74 55 3 0 1B 61 37 2C 5F 17
Octal 164 125 3 0 33 141 67 54 137 27
Binary 1110100 1010101 11 0 11011 1100001 110111 101100 1011111 10111

Color Harmonies of #745503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745503

Black with #745503

Text Example


Text Example

White with #745503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745503; }

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

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

background-color css

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

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

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

border-color css

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

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

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