Html Css Color HEX #755004 Raw Umber

📋 copy color: '#755004'

red 117 ◦ green 80 ◦ blue 4

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

Shades of Raw Umber #755004

Tints of Raw Umber #755004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.8%

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

R = 58.21%
G = 39.8%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#755004 (or 0x755004) is known color: Raw Umber. HEX triplet: 75, 50 and 04. RGB value is (117,80,4). Sum of RGB (Red+Green+Blue) = 117+80+4=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #755004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755004 is #8AAFFB. Grayscale: #525252. Windows color (decimal): -9089020 or 282741. OLE color: 282741.

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

Color convert

RGB 117 80 4 -
CMYK 0 0.32 0.97 0.54
HSL 40.35º 0.93% 0.24% -
HSV(B) 40.35º 0.97% 0.46% -
XYZ 10.23 9.53 1.41 -
YUV 82.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 117 80 4 0 0.32 0.97 0.54 40.35 0.93 0.24
Hex 75 50 4 0 20 61 36 28 5D 18
Octal 165 120 4 0 40 141 66 50 135 30
Binary 1110101 1010000 100 0 100000 1100001 110110 101000 1011101 11000

Color Harmonies of #755004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755004

Black with #755004

Text Example


Text Example

White with #755004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755004; }

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

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

background-color css

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

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

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

border-color css

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

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

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