Html Css Color HEX #745517 Raw Umber

📋 copy color: '#745517'

red 116 ◦ green 85 ◦ blue 23

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

Shades of Raw Umber #745517

Tints of Raw Umber #745517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.27%

R = 51.79%
G = 37.95%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#745517 (or 0x745517) is known color: Raw Umber. HEX triplet: 74, 55 and 17. RGB value is (116,85,23). Sum of RGB (Red+Green+Blue) = 116+85+23=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #745517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745517 is #8BAAE8. Grayscale: #575757. Windows color (decimal): -9153257 or 1529204. OLE color: 1529204.

HSL color Cylindrical-coordinate representation of color #745517: hue angle of 40º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #745517 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 23 -
CMYK 0 0.27 0.80 0.55
HSL 40º 0.67% 0.27% -
HSV(B) 40º 0.8% 0.45% -
XYZ 10.61 10.27 2.23 -
YUV 87.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 116 85 23 0 0.27 0.80 0.55 40 0.67 0.27
Hex 74 55 17 0 1B 50 37 28 43 1B
Octal 164 125 27 0 33 120 67 50 103 33
Binary 1110100 1010101 10111 0 11011 1010000 110111 101000 1000011 11011

Color Harmonies of #745517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745517

Black with #745517

Text Example


Text Example

White with #745517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745517; }

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

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

background-color css

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

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

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

border-color css

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

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

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