Html Css Color HEX #73530F Raw Umber

📋 copy color: '#73530F'

red 115 ◦ green 83 ◦ blue 15

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

Shades of Raw Umber #73530F

Tints of Raw Umber #73530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 53.99%
G = 38.97%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73530F (or 0x73530F) is known color: Raw Umber. HEX triplet: 73, 53 and 0F. RGB value is (115,83,15). Sum of RGB (Red+Green+Blue) = 115+83+15=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #73530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73530F is #8CACF0. Grayscale: #555555. Windows color (decimal): -9219313 or 1004403. OLE color: 1004403.

HSL color Cylindrical-coordinate representation of color #73530F: hue angle of 40.8º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #73530F is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 83 15 -
CMYK 0 0.28 0.87 0.55
HSL 40.8º 0.77% 0.25% -
HSV(B) 40.8º 0.87% 0.45% -
XYZ 10.25 9.87 1.82 -
YUV 84.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 115 83 15 0 0.28 0.87 0.55 40.8 0.77 0.25
Hex 73 53 F 0 1C 57 37 29 4D 19
Octal 163 123 17 0 34 127 67 51 115 31
Binary 1110011 1010011 1111 0 11100 1010111 110111 101001 1001101 11001

Color Harmonies of #73530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73530F

Black with #73530F

Text Example


Text Example

White with #73530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73530F; }

 p { color: rgb(115,83,15); }

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

background-color css

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

 a { background-color: rgb(115,83,15); }

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

border-color css

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

 span { border-color: rgb(115,83,15); }

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