Html Css Color HEX #754D15 Raw Umber

📋 copy color: '#754D15'

red 117 ◦ green 77 ◦ blue 21

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

Shades of Raw Umber #754D15

Tints of Raw Umber #754D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.81%

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 54.42%
G = 35.81%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#754D15 (or 0x754D15) is known color: Raw Umber. HEX triplet: 75, 4D and 15. RGB value is (117,77,21). Sum of RGB (Red+Green+Blue) = 117+77+21=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #754D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754D15 is #8AB2EA. Grayscale: #525252. Windows color (decimal): -9089771 or 1396085. OLE color: 1396085.

HSL color Cylindrical-coordinate representation of color #754D15: hue angle of 35º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #754D15 is Cyan = 0, Magento = 0.34, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 77 21 -
CMYK 0 0.34 0.82 0.54
HSL 35º 0.7% 0.27% -
HSV(B) 35º 0.82% 0.46% -
XYZ 10.13 9.14 1.94 -
YUV 82.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 117 77 21 0 0.34 0.82 0.54 35 0.7 0.27
Hex 75 4D 15 0 22 52 36 23 46 1B
Octal 165 115 25 0 42 122 66 43 106 33
Binary 1110101 1001101 10101 0 100010 1010010 110110 100011 1000110 11011

Color Harmonies of #754D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D15

Black with #754D15

Text Example


Text Example

White with #754D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754D15; }

 p { color: rgb(117,77,21); }

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

background-color css

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

 a { background-color: rgb(117,77,21); }

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

border-color css

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

 span { border-color: rgb(117,77,21); }

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