Html Css Color HEX #745915 Raw Umber

📋 copy color: '#745915'

red 116 ◦ green 89 ◦ blue 21

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

Shades of Raw Umber #745915

Tints of Raw Umber #745915

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.38%

 BLUE value IS 21 (8.59% from 255) = 9.29%

R = 51.33%
G = 39.38%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#745915 (or 0x745915) is known color: Raw Umber. HEX triplet: 74, 59 and 15. RGB value is (116,89,21). Sum of RGB (Red+Green+Blue) = 116+89+21=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #745915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745915 is #8BA6EA. Grayscale: #595959. Windows color (decimal): -9152235 or 1399156. OLE color: 1399156.

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

Color convert

RGB 116 89 21 -
CMYK 0 0.23 0.82 0.55
HSL 42.95º 0.69% 0.27% -
HSV(B) 42.95º 0.82% 0.45% -
XYZ 10.91 10.91 2.24 -
YUV 89.32 89.45 147.03 -
System Red Green Blue C M Y K H S L
Decimal 116 89 21 0 0.23 0.82 0.55 42.95 0.69 0.27
Hex 74 59 15 0 17 52 37 2B 45 1B
Octal 164 131 25 0 27 122 67 53 105 33
Binary 1110100 1011001 10101 0 10111 1010010 110111 101011 1000101 11011

Color Harmonies of #745915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745915

Black with #745915

Text Example


Text Example

White with #745915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745915; }

 p { color: rgb(116,89,21); }

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

background-color css

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

 a { background-color: rgb(116,89,21); }

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

border-color css

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

 span { border-color: rgb(116,89,21); }

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