Html Css Color HEX #745515 Raw Umber

📋 copy color: '#745515'

red 116 ◦ green 85 ◦ blue 21

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

Shades of Raw Umber #745515

Tints of Raw Umber #745515

RGB

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

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

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

R = 52.25%
G = 38.29%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#745515 (or 0x745515) is known color: Raw Umber. HEX triplet: 74, 55 and 15. RGB value is (116,85,21). Sum of RGB (Red+Green+Blue) = 116+85+21=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #745515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745515 is #8BAAEA. Grayscale: #575757. Windows color (decimal): -9153259 or 1398132. OLE color: 1398132.

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

Color convert

RGB 116 85 21 -
CMYK 0 0.27 0.82 0.55
HSL 40.42º 0.69% 0.27% -
HSV(B) 40.42º 0.82% 0.45% -
XYZ 10.59 10.26 2.13 -
YUV 86.97 90.77 148.7 -
System Red Green Blue C M Y K H S L
Decimal 116 85 21 0 0.27 0.82 0.55 40.42 0.69 0.27
Hex 74 55 15 0 1B 52 37 28 45 1B
Octal 164 125 25 0 33 122 67 50 105 33
Binary 1110100 1010101 10101 0 11011 1010010 110111 101000 1000101 11011

Color Harmonies of #745515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745515

Black with #745515

Text Example


Text Example

White with #745515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745515; }

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

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

background-color css

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

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

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

border-color css

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

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

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