Html Css Color HEX #754518 Raw Umber

📋 copy color: '#754518'

red 117 ◦ green 69 ◦ blue 24

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

Shades of Raw Umber #754518

Tints of Raw Umber #754518

RGB

 RED value IS 117 (46.09% from 255) = 55.71%

 GREEN value IS 69 (27.34% from 255) = 32.86%

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

R = 55.71%
G = 32.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#754518 (or 0x754518) is known color: Raw Umber. HEX triplet: 75, 45 and 18. RGB value is (117,69,24). Sum of RGB (Red+Green+Blue) = 117+69+24=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #754518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754518 is #8ABAE7. Grayscale: #4E4E4E. Windows color (decimal): -9091816 or 1590645. OLE color: 1590645.

HSL color Cylindrical-coordinate representation of color #754518: hue angle of 29.03º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #754518 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 69 24 -
CMYK 0 0.41 0.79 0.54
HSL 29.03º 0.66% 0.28% -
HSV(B) 29.03º 0.79% 0.46% -
XYZ 9.63 8.1 1.92 -
YUV 78.22 97.4 155.66 -
System Red Green Blue C M Y K H S L
Decimal 117 69 24 0 0.41 0.79 0.54 29.03 0.66 0.28
Hex 75 45 18 0 29 4F 36 1D 42 1C
Octal 165 105 30 0 51 117 66 35 102 34
Binary 1110101 1000101 11000 0 101001 1001111 110110 11101 1000010 11100

Color Harmonies of #754518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754518

Black with #754518

Text Example


Text Example

White with #754518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754518; }

 p { color: rgb(117,69,24); }

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

background-color css

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

 a { background-color: rgb(117,69,24); }

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

border-color css

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

 span { border-color: rgb(117,69,24); }

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