Html Css Color HEX #745018 Raw Umber

📋 copy color: '#745018'

red 116 ◦ green 80 ◦ blue 24

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

Shades of Raw Umber #745018

Tints of Raw Umber #745018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 52.73%
G = 36.36%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#745018 (or 0x745018) is known color: Raw Umber. HEX triplet: 74, 50 and 18. RGB value is (116,80,24). Sum of RGB (Red+Green+Blue) = 116+80+24=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #745018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745018 is #8BAFE7. Grayscale: #545454. Windows color (decimal): -9154536 or 1593460. OLE color: 1593460.

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

Color convert

RGB 116 80 24 -
CMYK 0 0.31 0.79 0.55
HSL 36.52º 0.66% 0.27% -
HSV(B) 36.52º 0.79% 0.45% -
XYZ 10.24 9.52 2.16 -
YUV 84.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 116 80 24 0 0.31 0.79 0.55 36.52 0.66 0.27
Hex 74 50 18 0 1F 4F 37 25 42 1B
Octal 164 120 30 0 37 117 67 45 102 33
Binary 1110100 1010000 11000 0 11111 1001111 110111 100101 1000010 11011

Color Harmonies of #745018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745018

Black with #745018

Text Example


Text Example

White with #745018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745018; }

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

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

background-color css

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

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

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

border-color css

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

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

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