Html Css Color HEX #754000 Raw Umber

📋 copy color: '#754000'

red 117 ◦ green 64 ◦ blue 0

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

Shades of Raw Umber #754000

Tints of Raw Umber #754000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.64%
G = 35.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#754000 (or 0x754000) is known color: Raw Umber. HEX triplet: 75, 40 and 00. RGB value is (117,64,0). Sum of RGB (Red+Green+Blue) = 117+64+0=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #754000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754000 is #8ABFFF. Grayscale: #484848. Windows color (decimal): -9093120 or 16501. OLE color: 16501.

HSL color Cylindrical-coordinate representation of color #754000: hue angle of 32.82º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #754000 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 64 0 -
CMYK 0 0.45 1 0.54
HSL 32.82º 1% 0.23% -
HSV(B) 32.82º 1% 0.46% -
XYZ 9.17 7.45 0.95 -
YUV 72.55 87.06 159.7 -
System Red Green Blue C M Y K H S L
Decimal 117 64 0 0 0.45 1 0.54 32.82 1 0.23
Hex 75 40 0 0 2D 64 36 21 64 17
Octal 165 100 0 0 55 144 66 41 144 27
Binary 1110101 1000000 0 0 101101 1100100 110110 100001 1100100 10111

Color Harmonies of #754000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754000

Black with #754000

Text Example


Text Example

White with #754000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754000; }

 p { color: rgb(117,64,0); }

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

background-color css

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

 a { background-color: rgb(117,64,0); }

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

border-color css

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

 span { border-color: rgb(117,64,0); }

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