Html Css Color HEX #754800 Raw Umber

📋 copy color: '#754800'

red 117 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #754800

Tints of Raw Umber #754800

RGB

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

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

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

R = 61.9%
G = 38.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#754800 (or 0x754800) is known color: Raw Umber. HEX triplet: 75, 48 and 00. RGB value is (117,72,0). Sum of RGB (Red+Green+Blue) = 117+72+0=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #754800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754800 is #8AB7FF. Grayscale: #4D4D4D. Windows color (decimal): -9091072 or 18549. OLE color: 18549.

HSL color Cylindrical-coordinate representation of color #754800: hue angle of 36.92º 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 #754800 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 72 0 -
CMYK 0 0.38 1 0.54
HSL 36.92º 1% 0.23% -
HSV(B) 36.92º 1% 0.46% -
XYZ 9.65 8.42 1.12 -
YUV 77.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 117 72 0 0 0.38 1 0.54 36.92 1 0.23
Hex 75 48 0 0 26 64 36 25 64 17
Octal 165 110 0 0 46 144 66 45 144 27
Binary 1110101 1001000 0 0 100110 1100100 110110 100101 1100100 10111

Color Harmonies of #754800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754800

Black with #754800

Text Example


Text Example

White with #754800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754800; }

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

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

background-color css

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

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

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

border-color css

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

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

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