Html Css Color HEX #73472E Cape Palliser

📋 copy color: '#73472E'

red 115 ◦ green 71 ◦ blue 46

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

Shades of Cape Palliser #73472E

Tints of Cape Palliser #73472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.83%

R = 49.57%
G = 30.6%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.6

 K value IS 0.55

RGB Variations

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

Color information

#73472E (or 0x73472E) is known color: Cape Palliser. HEX triplet: 73, 47 and 2E. RGB value is (115,71,46). Sum of RGB (Red+Green+Blue) = 115+71+46=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #73472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73472E is #8CB8D1. Grayscale: #515151. Windows color (decimal): -9222354 or 3032947. OLE color: 3032947.

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

Color convert

RGB 115 71 46 -
CMYK 0 0.38 0.6 0.55
HSL 21.74º 0.43% 0.32% -
HSV(B) 21.74º 0.6% 0.45% -
XYZ 9.82 8.35 3.68 -
YUV 81.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 115 71 46 0 0.38 0.6 0.55 21.74 0.43 0.32
Hex 73 47 2E 0 26 3C 37 16 2B 20
Octal 163 107 56 0 46 74 67 26 53 40
Binary 1110011 1000111 101110 0 100110 111100 110111 10110 101011 100000

Color Harmonies of #73472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73472E

Black with #73472E

Text Example


Text Example

White with #73472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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