Html Css Color HEX #754701 Raw Umber

📋 copy color: '#754701'

red 117 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #754701

Tints of Raw Umber #754701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 61.9%
G = 37.57%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#754701 (or 0x754701) is known color: Raw Umber. HEX triplet: 75, 47 and 01. RGB value is (117,71,1). Sum of RGB (Red+Green+Blue) = 117+71+1=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #754701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754701 is #8AB8FE. Grayscale: #4D4D4D. Windows color (decimal): -9091327 or 83829. OLE color: 83829.

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

Color convert

RGB 117 71 1 -
CMYK 0 0.39 0.99 0.54
HSL 36.21º 0.98% 0.23% -
HSV(B) 36.21º 0.99% 0.46% -
XYZ 9.59 8.29 1.12 -
YUV 76.77 85.24 156.69 -
System Red Green Blue C M Y K H S L
Decimal 117 71 1 0 0.39 0.99 0.54 36.21 0.98 0.23
Hex 75 47 1 0 27 63 36 24 62 17
Octal 165 107 1 0 47 143 66 44 142 27
Binary 1110101 1000111 1 0 100111 1100011 110110 100100 1100010 10111

Color Harmonies of #754701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754701

Black with #754701

Text Example


Text Example

White with #754701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754701; }

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

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

background-color css

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

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

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

border-color css

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

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

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