Html Css Color HEX #745818 Raw Umber

📋 copy color: '#745818'

red 116 ◦ green 88 ◦ blue 24

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

Shades of Raw Umber #745818

Tints of Raw Umber #745818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.6%

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

R = 50.88%
G = 38.6%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#745818 (or 0x745818) is known color: Raw Umber. HEX triplet: 74, 58 and 18. RGB value is (116,88,24). Sum of RGB (Red+Green+Blue) = 116+88+24=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 24 (9.77% from 255 or 10.53% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #745818 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745818 is #8BA7E7. Grayscale: #595959. Windows color (decimal): -9152488 or 1595508. OLE color: 1595508.

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

Color convert

RGB 116 88 24 -
CMYK 0 0.24 0.79 0.55
HSL 41.74º 0.66% 0.27% -
HSV(B) 41.74º 0.79% 0.45% -
XYZ 10.86 10.76 2.37 -
YUV 89.08 91.28 147.2 -
System Red Green Blue C M Y K H S L
Decimal 116 88 24 0 0.24 0.79 0.55 41.74 0.66 0.27
Hex 74 58 18 0 18 4F 37 2A 42 1B
Octal 164 130 30 0 30 117 67 52 102 33
Binary 1110100 1011000 11000 0 11000 1001111 110111 101010 1000010 11011

Color Harmonies of #745818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745818

Black with #745818

Text Example


Text Example

White with #745818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745818; }

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

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

background-color css

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

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

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

border-color css

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

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

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