Html Css Color HEX #754F00 Raw Umber

📋 copy color: '#754F00'

red 117 ◦ green 79 ◦ blue 0

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

Shades of Raw Umber #754F00

Tints of Raw Umber #754F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 40.31%

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

R = 59.69%
G = 40.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#754F00 (or 0x754F00) is known color: Raw Umber. HEX triplet: 75, 4F and 00. RGB value is (117,79,0). Sum of RGB (Red+Green+Blue) = 117+79+0=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 79 (31.25% from 255 or 40.31% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #754F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F00 is #8AB0FF. Grayscale: #515151. Windows color (decimal): -9089280 or 20341. OLE color: 20341.

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

Color convert

RGB 117 79 0 -
CMYK 0 0.32 1 0.54
HSL 40.51º 1% 0.23% -
HSV(B) 40.51º 1% 0.46% -
XYZ 10.13 9.37 1.28 -
YUV 81.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 117 79 0 0 0.32 1 0.54 40.51 1 0.23
Hex 75 4F 0 0 20 64 36 29 64 17
Octal 165 117 0 0 40 144 66 51 144 27
Binary 1110101 1001111 0 0 100000 1100100 110110 101001 1100100 10111

Color Harmonies of #754F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F00

Black with #754F00

Text Example


Text Example

White with #754F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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