Html Css Color HEX #744503 Raw Umber

📋 copy color: '#744503'

red 116 ◦ green 69 ◦ blue 3

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

Shades of Raw Umber #744503

Tints of Raw Umber #744503

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

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

R = 61.7%
G = 36.7%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#744503 (or 0x744503) is known color: Raw Umber. HEX triplet: 74, 45 and 03. RGB value is (116,69,3). Sum of RGB (Red+Green+Blue) = 116+69+3=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #744503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #744503 is #8BBAFC. Grayscale: #4B4B4B. Windows color (decimal): -9157373 or 214388. OLE color: 214388.

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

Color convert

RGB 116 69 3 -
CMYK 0 0.41 0.97 0.55
HSL 35.04º 0.95% 0.23% -
HSV(B) 35.04º 0.97% 0.45% -
XYZ 9.35 7.98 1.13 -
YUV 75.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 116 69 3 0 0.41 0.97 0.55 35.04 0.95 0.23
Hex 74 45 3 0 29 61 37 23 5F 17
Octal 164 105 3 0 51 141 67 43 137 27
Binary 1110100 1000101 11 0 101001 1100001 110111 100011 1011111 10111

Color Harmonies of #744503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744503

Black with #744503

Text Example


Text Example

White with #744503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744503; }

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

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

background-color css

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

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

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

border-color css

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

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

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