Html Css Color HEX #745015 Raw Umber

📋 copy color: '#745015'

red 116 ◦ green 80 ◦ blue 21

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

Shades of Raw Umber #745015

Tints of Raw Umber #745015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

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

R = 53.46%
G = 36.87%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#745015 (or 0x745015) is known color: Raw Umber. HEX triplet: 74, 50 and 15. RGB value is (116,80,21). Sum of RGB (Red+Green+Blue) = 116+80+21=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #745015 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745015 is #8BAFEA. Grayscale: #545454. Windows color (decimal): -9154539 or 1396852. OLE color: 1396852.

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

Color convert

RGB 116 80 21 -
CMYK 0 0.31 0.82 0.55
HSL 37.26º 0.69% 0.27% -
HSV(B) 37.26º 0.82% 0.45% -
XYZ 10.21 9.5 2.01 -
YUV 84.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 116 80 21 0 0.31 0.82 0.55 37.26 0.69 0.27
Hex 74 50 15 0 1F 52 37 25 45 1B
Octal 164 120 25 0 37 122 67 45 105 33
Binary 1110100 1010000 10101 0 11111 1010010 110111 100101 1000101 11011

Color Harmonies of #745015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745015

Black with #745015

Text Example


Text Example

White with #745015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745015; }

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

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

background-color css

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

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

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

border-color css

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

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

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