Html Css Color HEX #735504 Raw Umber

📋 copy color: '#735504'

red 115 ◦ green 85 ◦ blue 4

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

Shades of Raw Umber #735504

Tints of Raw Umber #735504

RGB

 RED value IS 115 (45.31% from 255) = 56.37%

 GREEN value IS 85 (33.59% from 255) = 41.67%

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

R = 56.37%
G = 41.67%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#735504 (or 0x735504) is known color: Raw Umber. HEX triplet: 73, 55 and 04. RGB value is (115,85,4). Sum of RGB (Red+Green+Blue) = 115+85+4=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #735504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #735504 is #8CAAFB. Grayscale: #555555. Windows color (decimal): -9218812 or 284019. OLE color: 284019.

HSL color Cylindrical-coordinate representation of color #735504: hue angle of 43.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #735504 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 85 4 -
CMYK 0 0.26 0.97 0.55
HSL 43.78º 0.93% 0.23% -
HSV(B) 43.78º 0.97% 0.45% -
XYZ 10.34 10.15 1.53 -
YUV 84.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 115 85 4 0 0.26 0.97 0.55 43.78 0.93 0.23
Hex 73 55 4 0 1A 61 37 2C 5D 17
Octal 163 125 4 0 32 141 67 54 135 27
Binary 1110011 1010101 100 0 11010 1100001 110111 101100 1011101 10111

Color Harmonies of #735504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735504

Black with #735504

Text Example


Text Example

White with #735504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735504; }

 p { color: rgb(115,85,4); }

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

background-color css

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

 a { background-color: rgb(115,85,4); }

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

border-color css

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

 span { border-color: rgb(115,85,4); }

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