Html Css Color HEX #745115 Raw Umber

📋 copy color: '#745115'

red 116 ◦ green 81 ◦ blue 21

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

Shades of Raw Umber #745115

Tints of Raw Umber #745115

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 53.21%
G = 37.16%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#745115 (or 0x745115) is known color: Raw Umber. HEX triplet: 74, 51 and 15. RGB value is (116,81,21). Sum of RGB (Red+Green+Blue) = 116+81+21=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #745115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745115 is #8BAEEA. Grayscale: #545454. Windows color (decimal): -9154283 or 1397108. OLE color: 1397108.

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

Color convert

RGB 116 81 21 -
CMYK 0 0.30 0.82 0.55
HSL 37.89º 0.69% 0.27% -
HSV(B) 37.89º 0.82% 0.45% -
XYZ 10.28 9.65 2.03 -
YUV 84.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 116 81 21 0 0.30 0.82 0.55 37.89 0.69 0.27
Hex 74 51 15 0 1E 52 37 26 45 1B
Octal 164 121 25 0 36 122 67 46 105 33
Binary 1110100 1010001 10101 0 11110 1010010 110111 100110 1000101 11011

Color Harmonies of #745115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745115

Black with #745115

Text Example


Text Example

White with #745115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745115; }

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

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

background-color css

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

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

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

border-color css

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

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

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