Html Css Color HEX #73540F Raw Umber

📋 copy color: '#73540F'

red 115 ◦ green 84 ◦ blue 15

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

Shades of Raw Umber #73540F

Tints of Raw Umber #73540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.25%

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

R = 53.74%
G = 39.25%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#73540F (or 0x73540F) is known color: Raw Umber. HEX triplet: 73, 54 and 0F. RGB value is (115,84,15). Sum of RGB (Red+Green+Blue) = 115+84+15=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 15 (6.25% from 255 or 7.01% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73540F is #8CABF0. Grayscale: #555555. Windows color (decimal): -9219057 or 1004659. OLE color: 1004659.

HSL color Cylindrical-coordinate representation of color #73540F: hue angle of 41.4º 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 #73540F is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 84 15 -
CMYK 0 0.27 0.87 0.55
HSL 41.4º 0.77% 0.25% -
HSV(B) 41.4º 0.87% 0.45% -
XYZ 10.33 10.02 1.84 -
YUV 85.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 115 84 15 0 0.27 0.87 0.55 41.4 0.77 0.25
Hex 73 54 F 0 1B 57 37 29 4D 19
Octal 163 124 17 0 33 127 67 51 115 31
Binary 1110011 1010100 1111 0 11011 1010111 110111 101001 1001101 11001

Color Harmonies of #73540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73540F

Black with #73540F

Text Example


Text Example

White with #73540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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