Html Css Color HEX #745618 Raw Umber

📋 copy color: '#745618'

red 116 ◦ green 86 ◦ blue 24

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

Shades of Raw Umber #745618

Tints of Raw Umber #745618

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.05%

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

R = 51.33%
G = 38.05%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#745618 (or 0x745618) is known color: Raw Umber. HEX triplet: 74, 56 and 18. RGB value is (116,86,24). Sum of RGB (Red+Green+Blue) = 116+86+24=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #745618 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745618 is #8BA9E7. Grayscale: #585858. Windows color (decimal): -9153000 or 1594996. OLE color: 1594996.

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

Color convert

RGB 116 86 24 -
CMYK 0 0.26 0.79 0.55
HSL 40.43º 0.66% 0.27% -
HSV(B) 40.43º 0.79% 0.45% -
XYZ 10.7 10.43 2.31 -
YUV 87.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 116 86 24 0 0.26 0.79 0.55 40.43 0.66 0.27
Hex 74 56 18 0 1A 4F 37 28 42 1B
Octal 164 126 30 0 32 117 67 50 102 33
Binary 1110100 1010110 11000 0 11010 1001111 110111 101000 1000010 11011

Color Harmonies of #745618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745618

Black with #745618

Text Example


Text Example

White with #745618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745618; }

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

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

background-color css

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

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

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

border-color css

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

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

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