Html Css Color HEX #745319 Raw Umber

📋 copy color: '#745319'

red 116 ◦ green 83 ◦ blue 25

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

Shades of Raw Umber #745319

Tints of Raw Umber #745319

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 51.79%
G = 37.05%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#745319 (or 0x745319) is known color: Raw Umber. HEX triplet: 74, 53 and 19. RGB value is (116,83,25). Sum of RGB (Red+Green+Blue) = 116+83+25=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #745319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745319 is #8BACE6. Grayscale: #565656. Windows color (decimal): -9153767 or 1659764. OLE color: 1659764.

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

Color convert

RGB 116 83 25 -
CMYK 0 0.28 0.78 0.55
HSL 38.24º 0.65% 0.28% -
HSV(B) 38.24º 0.78% 0.45% -
XYZ 10.47 9.97 2.29 -
YUV 86.26 93.43 149.22 -
System Red Green Blue C M Y K H S L
Decimal 116 83 25 0 0.28 0.78 0.55 38.24 0.65 0.28
Hex 74 53 19 0 1C 4E 37 26 41 1C
Octal 164 123 31 0 34 116 67 46 101 34
Binary 1110100 1010011 11001 0 11100 1001110 110111 100110 1000001 11100

Color Harmonies of #745319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745319

Black with #745319

Text Example


Text Example

White with #745319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745319; }

 p { color: rgb(116,83,25); }

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

background-color css

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

 a { background-color: rgb(116,83,25); }

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

border-color css

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

 span { border-color: rgb(116,83,25); }

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