Html Css Color HEX #745A18 Raw Umber

📋 copy color: '#745A18'

red 116 ◦ green 90 ◦ blue 24

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

Shades of Raw Umber #745A18

Tints of Raw Umber #745A18

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.13%

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

R = 50.43%
G = 39.13%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#745A18 (or 0x745A18) is known color: Raw Umber. HEX triplet: 74, 5A and 18. RGB value is (116,90,24). Sum of RGB (Red+Green+Blue) = 116+90+24=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #745A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #745A18 is #8BA5E7. Grayscale: #5A5A5A. Windows color (decimal): -9151976 or 1596020. OLE color: 1596020.

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

Color convert

RGB 116 90 24 -
CMYK 0 0.22 0.79 0.55
HSL 43.04º 0.66% 0.27% -
HSV(B) 43.04º 0.79% 0.45% -
XYZ 11.02 11.09 2.42 -
YUV 90.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 116 90 24 0 0.22 0.79 0.55 43.04 0.66 0.27
Hex 74 5A 18 0 16 4F 37 2B 42 1B
Octal 164 132 30 0 26 117 67 53 102 33
Binary 1110100 1011010 11000 0 10110 1001111 110111 101011 1000010 11011

Color Harmonies of #745A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745A18

Black with #745A18

Text Example


Text Example

White with #745A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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