Html Css Color HEX #73531D Raw Umber

📋 copy color: '#73531D'

red 115 ◦ green 83 ◦ blue 29

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

Shades of Raw Umber #73531D

Tints of Raw Umber #73531D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 50.66%
G = 36.56%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#73531D (or 0x73531D) is known color: Raw Umber. HEX triplet: 73, 53 and 1D. RGB value is (115,83,29). Sum of RGB (Red+Green+Blue) = 115+83+29=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #73531D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73531D is #8CACE2. Grayscale: #565656. Windows color (decimal): -9219299 or 1921907. OLE color: 1921907.

HSL color Cylindrical-coordinate representation of color #73531D: hue angle of 37.67º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73531D is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 83 29 -
CMYK 0 0.28 0.75 0.55
HSL 37.67º 0.6% 0.28% -
HSV(B) 37.67º 0.75% 0.45% -
XYZ 10.39 9.92 2.53 -
YUV 86.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 115 83 29 0 0.28 0.75 0.55 37.67 0.6 0.28
Hex 73 53 1D 0 1C 4B 37 26 3C 1C
Octal 163 123 35 0 34 113 67 46 74 34
Binary 1110011 1010011 11101 0 11100 1001011 110111 100110 111100 11100

Color Harmonies of #73531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73531D

Black with #73531D

Text Example


Text Example

White with #73531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73531D; }

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

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

background-color css

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

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

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

border-color css

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

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

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