Html Css Color HEX #755304 Raw Umber

📋 copy color: '#755304'

red 117 ◦ green 83 ◦ blue 4

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

Shades of Raw Umber #755304

Tints of Raw Umber #755304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.69%

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

R = 57.35%
G = 40.69%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#755304 (or 0x755304) is known color: Raw Umber. HEX triplet: 75, 53 and 04. RGB value is (117,83,4). Sum of RGB (Red+Green+Blue) = 117+83+4=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #755304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #755304 is #8AACFB. Grayscale: #545454. Windows color (decimal): -9088252 or 283509. OLE color: 283509.

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

Color convert

RGB 117 83 4 -
CMYK 0 0.29 0.97 0.54
HSL 41.95º 0.93% 0.24% -
HSV(B) 41.95º 0.97% 0.46% -
XYZ 10.45 9.98 1.49 -
YUV 84.16 82.76 151.42 -
System Red Green Blue C M Y K H S L
Decimal 117 83 4 0 0.29 0.97 0.54 41.95 0.93 0.24
Hex 75 53 4 0 1D 61 36 2A 5D 18
Octal 165 123 4 0 35 141 66 52 135 30
Binary 1110101 1010011 100 0 11101 1100001 110110 101010 1011101 11000

Color Harmonies of #755304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755304

Black with #755304

Text Example


Text Example

White with #755304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755304; }

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

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

background-color css

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

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

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

border-color css

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

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

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