Html Css Color HEX #745C13 Raw Umber

📋 copy color: '#745C13'

red 116 ◦ green 92 ◦ blue 19

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

Shades of Raw Umber #745C13

Tints of Raw Umber #745C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

 BLUE value IS 19 (7.81% from 255) = 8.37%

R = 51.1%
G = 40.53%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#745C13 (or 0x745C13) is known color: Raw Umber. HEX triplet: 74, 5C and 13. RGB value is (116,92,19). Sum of RGB (Red+Green+Blue) = 116+92+19=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #745C13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745C13 is #8BA3EC. Grayscale: #5B5B5B. Windows color (decimal): -9151469 or 1268852. OLE color: 1268852.

HSL color Cylindrical-coordinate representation of color #745C13: hue angle of 45.15º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #745C13 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 92 19 -
CMYK 0 0.21 0.84 0.55
HSL 45.15º 0.72% 0.26% -
HSV(B) 45.15º 0.84% 0.45% -
XYZ 11.15 11.41 2.23 -
YUV 90.85 87.45 145.94 -
System Red Green Blue C M Y K H S L
Decimal 116 92 19 0 0.21 0.84 0.55 45.15 0.72 0.26
Hex 74 5C 13 0 15 54 37 2D 48 1A
Octal 164 134 23 0 25 124 67 55 110 32
Binary 1110100 1011100 10011 0 10101 1010100 110111 101101 1001000 11010

Color Harmonies of #745C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745C13

Black with #745C13

Text Example


Text Example

White with #745C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745C13; }

 p { color: rgb(116,92,19); }

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

background-color css

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

 a { background-color: rgb(116,92,19); }

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

border-color css

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

 span { border-color: rgb(116,92,19); }

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