Html Css Color HEX #73530A Raw Umber

📋 copy color: '#73530A'

red 115 ◦ green 83 ◦ blue 10

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

Shades of Raw Umber #73530A

Tints of Raw Umber #73530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.81%

R = 55.29%
G = 39.9%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73530A (or 0x73530A) is known color: Raw Umber. HEX triplet: 73, 53 and 0A. RGB value is (115,83,10). Sum of RGB (Red+Green+Blue) = 115+83+10=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #73530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #73530A is #8CACF5. Grayscale: #545454. Windows color (decimal): -9219318 or 676723. OLE color: 676723.

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

Color convert

RGB 115 83 10 -
CMYK 0 0.28 0.91 0.55
HSL 41.71º 0.84% 0.25% -
HSV(B) 41.71º 0.91% 0.45% -
XYZ 10.22 9.85 1.65 -
YUV 84.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 115 83 10 0 0.28 0.91 0.55 41.71 0.84 0.25
Hex 73 53 A 0 1C 5B 37 2A 54 19
Octal 163 123 12 0 34 133 67 52 124 31
Binary 1110011 1010011 1010 0 11100 1011011 110111 101010 1010100 11001

Color Harmonies of #73530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73530A

Black with #73530A

Text Example


Text Example

White with #73530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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