Html Css Color HEX #754104 Raw Umber

📋 copy color: '#754104'

red 117 ◦ green 65 ◦ blue 4

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

Shades of Raw Umber #754104

Tints of Raw Umber #754104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

 BLUE value IS 4 (1.95% from 255) = 2.15%

R = 62.9%
G = 34.95%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#754104 (or 0x754104) is known color: Raw Umber. HEX triplet: 75, 41 and 04. RGB value is (117,65,4). Sum of RGB (Red+Green+Blue) = 117+65+4=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #754104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754104 is #8ABEFB. Grayscale: #494949. Windows color (decimal): -9092860 or 278901. OLE color: 278901.

HSL color Cylindrical-coordinate representation of color #754104: hue angle of 32.39º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #754104 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 65 4 -
CMYK 0 0.44 0.97 0.54
HSL 32.39º 0.93% 0.24% -
HSV(B) 32.39º 0.97% 0.46% -
XYZ 9.25 7.57 1.09 -
YUV 73.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 117 65 4 0 0.44 0.97 0.54 32.39 0.93 0.24
Hex 75 41 4 0 2C 61 36 20 5D 18
Octal 165 101 4 0 54 141 66 40 135 30
Binary 1110101 1000001 100 0 101100 1100001 110110 100000 1011101 11000

Color Harmonies of #754104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754104

Black with #754104

Text Example


Text Example

White with #754104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754104; }

 p { color: rgb(117,65,4); }

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

background-color css

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

 a { background-color: rgb(117,65,4); }

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

border-color css

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

 span { border-color: rgb(117,65,4); }

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