Html Css Color HEX #754810 Raw Umber

📋 copy color: '#754810'

red 117 ◦ green 72 ◦ blue 16

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

Shades of Raw Umber #754810

Tints of Raw Umber #754810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.12%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 57.07%
G = 35.12%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#754810 (or 0x754810) is known color: Raw Umber. HEX triplet: 75, 48 and 10. RGB value is (117,72,16). Sum of RGB (Red+Green+Blue) = 117+72+16=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #754810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754810 is #8AB7EF. Grayscale: #4F4F4F. Windows color (decimal): -9091056 or 1067125. OLE color: 1067125.

HSL color Cylindrical-coordinate representation of color #754810: hue angle of 33.27º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #754810 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 16 -
CMYK 0 0.38 0.86 0.54
HSL 33.27º 0.76% 0.26% -
HSV(B) 33.27º 0.86% 0.46% -
XYZ 9.75 8.45 1.61 -
YUV 79.07 92.41 155.05 -
System Red Green Blue C M Y K H S L
Decimal 117 72 16 0 0.38 0.86 0.54 33.27 0.76 0.26
Hex 75 48 10 0 26 56 36 21 4C 1A
Octal 165 110 20 0 46 126 66 41 114 32
Binary 1110101 1001000 10000 0 100110 1010110 110110 100001 1001100 11010

Color Harmonies of #754810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754810

Black with #754810

Text Example


Text Example

White with #754810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754810; }

 p { color: rgb(117,72,16); }

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

background-color css

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

 a { background-color: rgb(117,72,16); }

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

border-color css

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

 span { border-color: rgb(117,72,16); }

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