Html Css Color HEX #754004 Raw Umber

📋 copy color: '#754004'

red 117 ◦ green 64 ◦ blue 4

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

Shades of Raw Umber #754004

Tints of Raw Umber #754004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

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

R = 63.24%
G = 34.59%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#754004 (or 0x754004) is known color: Raw Umber. HEX triplet: 75, 40 and 04. RGB value is (117,64,4). Sum of RGB (Red+Green+Blue) = 117+64+4=185 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.24% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 117 - color contains mainly: red. Hex color #754004 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #754004 is #8ABFFB. Grayscale: #494949. Windows color (decimal): -9093116 or 278645. OLE color: 278645.

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

Color convert

RGB 117 64 4 -
CMYK 0 0.45 0.97 0.54
HSL 31.86º 0.93% 0.24% -
HSV(B) 31.86º 0.97% 0.46% -
XYZ 9.19 7.46 1.07 -
YUV 73.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 117 64 4 0 0.45 0.97 0.54 31.86 0.93 0.24
Hex 75 40 4 0 2D 61 36 20 5D 18
Octal 165 100 4 0 55 141 66 40 135 30
Binary 1110101 1000000 100 0 101101 1100001 110110 100000 1011101 11000

Color Harmonies of #754004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754004

Black with #754004

Text Example


Text Example

White with #754004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754004; }

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

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

background-color css

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

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

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

border-color css

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

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

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