Html Css Color HEX #73530E Raw Umber

📋 copy color: '#73530E'

red 115 ◦ green 83 ◦ blue 14

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

Shades of Raw Umber #73530E

Tints of Raw Umber #73530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.6%

R = 54.25%
G = 39.15%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#73530E (or 0x73530E) is known color: Raw Umber. HEX triplet: 73, 53 and 0E. RGB value is (115,83,14). Sum of RGB (Red+Green+Blue) = 115+83+14=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #73530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73530E is #8CACF1. Grayscale: #555555. Windows color (decimal): -9219314 or 938867. OLE color: 938867.

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

Color convert

RGB 115 83 14 -
CMYK 0 0.28 0.88 0.55
HSL 40.99º 0.78% 0.25% -
HSV(B) 40.99º 0.88% 0.45% -
XYZ 10.24 9.86 1.78 -
YUV 84.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 115 83 14 0 0.28 0.88 0.55 40.99 0.78 0.25
Hex 73 53 E 0 1C 58 37 29 4E 19
Octal 163 123 16 0 34 130 67 51 116 31
Binary 1110011 1010011 1110 0 11100 1011000 110111 101001 1001110 11001

Color Harmonies of #73530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73530E

Black with #73530E

Text Example


Text Example

White with #73530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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