Html Css Color HEX #754501 Raw Umber

📋 copy color: '#754501'

red 117 ◦ green 69 ◦ blue 1

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

Shades of Raw Umber #754501

Tints of Raw Umber #754501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

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

R = 62.57%
G = 36.9%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#754501 (or 0x754501) is known color: Raw Umber. HEX triplet: 75, 45 and 01. RGB value is (117,69,1). Sum of RGB (Red+Green+Blue) = 117+69+1=187 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.57% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 117 - color contains mainly: red. Hex color #754501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754501 is #8ABAFE. Grayscale: #4B4B4B. Windows color (decimal): -9091839 or 83317. OLE color: 83317.

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

Color convert

RGB 117 69 1 -
CMYK 0 0.41 0.99 0.54
HSL 35.17º 0.98% 0.23% -
HSV(B) 35.17º 0.99% 0.46% -
XYZ 9.47 8.04 1.08 -
YUV 75.6 85.9 157.53 -
System Red Green Blue C M Y K H S L
Decimal 117 69 1 0 0.41 0.99 0.54 35.17 0.98 0.23
Hex 75 45 1 0 29 63 36 23 62 17
Octal 165 105 1 0 51 143 66 43 142 27
Binary 1110101 1000101 1 0 101001 1100011 110110 100011 1100010 10111

Color Harmonies of #754501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754501

Black with #754501

Text Example


Text Example

White with #754501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754501; }

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

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

background-color css

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

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

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

border-color css

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

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

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