Html Css Color HEX #73472D Cape Palliser

📋 copy color: '#73472D'

red 115 ◦ green 71 ◦ blue 45

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

Shades of Cape Palliser #73472D

Tints of Cape Palliser #73472D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 49.78%
G = 30.74%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#73472D (or 0x73472D) is known color: Cape Palliser. HEX triplet: 73, 47 and 2D. RGB value is (115,71,45). Sum of RGB (Red+Green+Blue) = 115+71+45=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #73472D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73472D is #8CB8D2. Grayscale: #515151. Windows color (decimal): -9222355 or 2967411. OLE color: 2967411.

HSL color Cylindrical-coordinate representation of color #73472D: hue angle of 22.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73472D is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 71 45 -
CMYK 0 0.38 0.61 0.55
HSL 22.29º 0.44% 0.31% -
HSV(B) 22.29º 0.61% 0.45% -
XYZ 9.8 8.34 3.58 -
YUV 81.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 115 71 45 0 0.38 0.61 0.55 22.29 0.44 0.31
Hex 73 47 2D 0 26 3D 37 16 2C 1F
Octal 163 107 55 0 46 75 67 26 54 37
Binary 1110011 1000111 101101 0 100110 111101 110111 10110 101100 11111

Color Harmonies of #73472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73472D

Black with #73472D

Text Example


Text Example

White with #73472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,71,45); }

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

background-color css

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

 a { background-color: rgb(115,71,45); }

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

border-color css

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

 span { border-color: rgb(115,71,45); }

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