Html Css Color HEX #756004 Raw Umber

📋 copy color: '#756004'

red 117 ◦ green 96 ◦ blue 4

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

Shades of Raw Umber #756004

Tints of Raw Umber #756004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.24%

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

R = 53.92%
G = 44.24%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#756004 (or 0x756004) is known color: Raw Umber. HEX triplet: 75, 60 and 04. RGB value is (117,96,4). Sum of RGB (Red+Green+Blue) = 117+96+4=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #756004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756004 is #8A9FFB. Grayscale: #5C5C5C. Windows color (decimal): -9084924 or 286837. OLE color: 286837.

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

Color convert

RGB 117 96 4 -
CMYK 0 0.18 0.97 0.54
HSL 48.85º 0.93% 0.24% -
HSV(B) 48.85º 0.97% 0.46% -
XYZ 11.54 12.16 1.85 -
YUV 91.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 117 96 4 0 0.18 0.97 0.54 48.85 0.93 0.24
Hex 75 60 4 0 12 61 36 31 5D 18
Octal 165 140 4 0 22 141 66 61 135 30
Binary 1110101 1100000 100 0 10010 1100001 110110 110001 1011101 11000

Color Harmonies of #756004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756004

Black with #756004

Text Example


Text Example

White with #756004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756004; }

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

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

background-color css

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

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

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

border-color css

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

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

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