Html Css Color HEX #754F01 Raw Umber

📋 copy color: '#754F01'

red 117 ◦ green 79 ◦ blue 1

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

Shades of Raw Umber #754F01

Tints of Raw Umber #754F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 59.39%
G = 40.1%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#754F01 (or 0x754F01) is known color: Raw Umber. HEX triplet: 75, 4F and 01. RGB value is (117,79,1). Sum of RGB (Red+Green+Blue) = 117+79+1=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #754F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #754F01 is #8AB0FE. Grayscale: #515151. Windows color (decimal): -9089279 or 85877. OLE color: 85877.

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

Color convert

RGB 117 79 1 -
CMYK 0 0.32 0.99 0.54
HSL 40.34º 0.98% 0.23% -
HSV(B) 40.34º 0.99% 0.46% -
XYZ 10.14 9.38 1.3 -
YUV 81.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 117 79 1 0 0.32 0.99 0.54 40.34 0.98 0.23
Hex 75 4F 1 0 20 63 36 28 62 17
Octal 165 117 1 0 40 143 66 50 142 27
Binary 1110101 1001111 1 0 100000 1100011 110110 101000 1100010 10111

Color Harmonies of #754F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F01

Black with #754F01

Text Example


Text Example

White with #754F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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