Html Css Color HEX #754604 Raw Umber

📋 copy color: '#754604'

red 117 ◦ green 70 ◦ blue 4

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

Shades of Raw Umber #754604

Tints of Raw Umber #754604

RGB

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

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

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

R = 61.26%
G = 36.65%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#754604 (or 0x754604) is known color: Raw Umber. HEX triplet: 75, 46 and 04. RGB value is (117,70,4). Sum of RGB (Red+Green+Blue) = 117+70+4=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #754604 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754604 is #8AB9FB. Grayscale: #4C4C4C. Windows color (decimal): -9091580 or 280181. OLE color: 280181.

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

Color convert

RGB 117 70 4 -
CMYK 0 0.40 0.97 0.54
HSL 35.04º 0.93% 0.24% -
HSV(B) 35.04º 0.97% 0.46% -
XYZ 9.55 8.17 1.19 -
YUV 76.53 87.07 156.87 -
System Red Green Blue C M Y K H S L
Decimal 117 70 4 0 0.40 0.97 0.54 35.04 0.93 0.24
Hex 75 46 4 0 28 61 36 23 5D 18
Octal 165 106 4 0 50 141 66 43 135 30
Binary 1110101 1000110 100 0 101000 1100001 110110 100011 1011101 11000

Color Harmonies of #754604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754604

Black with #754604

Text Example


Text Example

White with #754604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754604; }

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

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

background-color css

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

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

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

border-color css

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

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

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