Html Css Color HEX #754601 Raw Umber

📋 copy color: '#754601'

red 117 ◦ green 70 ◦ blue 1

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

Shades of Raw Umber #754601

Tints of Raw Umber #754601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 37.23%

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

R = 62.23%
G = 37.23%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#754601 (or 0x754601) is known color: Raw Umber. HEX triplet: 75, 46 and 01. RGB value is (117,70,1). Sum of RGB (Red+Green+Blue) = 117+70+1=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 1 (0.78% from 255 or 0.53% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #754601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754601 is #8AB9FE. Grayscale: #4C4C4C. Windows color (decimal): -9091583 or 83573. OLE color: 83573.

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

Color convert

RGB 117 70 1 -
CMYK 0 0.40 0.99 0.54
HSL 35.69º 0.98% 0.23% -
HSV(B) 35.69º 0.99% 0.46% -
XYZ 9.53 8.16 1.1 -
YUV 76.19 85.57 157.11 -
System Red Green Blue C M Y K H S L
Decimal 117 70 1 0 0.40 0.99 0.54 35.69 0.98 0.23
Hex 75 46 1 0 28 63 36 24 62 17
Octal 165 106 1 0 50 143 66 44 142 27
Binary 1110101 1000110 1 0 101000 1100011 110110 100100 1100010 10111

Color Harmonies of #754601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754601

Black with #754601

Text Example


Text Example

White with #754601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754601; }

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

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

background-color css

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

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

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

border-color css

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

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

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