Html Css Color HEX #754912 Raw Umber

📋 copy color: '#754912'

red 117 ◦ green 73 ◦ blue 18

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

Shades of Raw Umber #754912

Tints of Raw Umber #754912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.1%

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 56.25%
G = 35.1%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#754912 (or 0x754912) is known color: Raw Umber. HEX triplet: 75, 49 and 12. RGB value is (117,73,18). Sum of RGB (Red+Green+Blue) = 117+73+18=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #754912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754912 is #8AB6ED. Grayscale: #505050. Windows color (decimal): -9090798 or 1198453. OLE color: 1198453.

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

Color convert

RGB 117 73 18 -
CMYK 0 0.38 0.85 0.54
HSL 33.33º 0.73% 0.26% -
HSV(B) 33.33º 0.85% 0.46% -
XYZ 9.83 8.59 1.71 -
YUV 79.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 117 73 18 0 0.38 0.85 0.54 33.33 0.73 0.26
Hex 75 49 12 0 26 55 36 21 49 1A
Octal 165 111 22 0 46 125 66 41 111 32
Binary 1110101 1001001 10010 0 100110 1010101 110110 100001 1001001 11010

Color Harmonies of #754912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754912

Black with #754912

Text Example


Text Example

White with #754912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754912; }

 p { color: rgb(117,73,18); }

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

background-color css

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

 a { background-color: rgb(117,73,18); }

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

border-color css

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

 span { border-color: rgb(117,73,18); }

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