Html Css Color HEX #72563C Shingle Fawn

📋 copy color: '#72563C'

red 114 ◦ green 86 ◦ blue 60

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

Shades of Shingle Fawn #72563C

Tints of Shingle Fawn #72563C

RGB

 RED value IS 114 (44.92% from 255) = 43.85%

 GREEN value IS 86 (33.98% from 255) = 33.08%

 BLUE value IS 60 (23.83% from 255) = 23.08%

R = 43.85%
G = 33.08%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72563C (or 0x72563C) is known color: Shingle Fawn. HEX triplet: 72, 56 and 3C. RGB value is (114,86,60). Sum of RGB (Red+Green+Blue) = 114+86+60=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 114 - color contains mainly: red. Hex color #72563C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72563C is #8DA9C3. Grayscale: #5B5B5B. Windows color (decimal): -9284036 or 3954290. OLE color: 3954290.

HSL color Cylindrical-coordinate representation of color #72563C: hue angle of 28.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72563C is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 86 60 -
CMYK 0 0.25 0.47 0.55
HSL 28.89º 0.31% 0.34% -
HSV(B) 28.89º 0.47% 0.45% -
XYZ 11.08 10.56 5.73 -
YUV 91.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 114 86 60 0 0.25 0.47 0.55 28.89 0.31 0.34
Hex 72 56 3C 0 19 2F 37 1D 1F 22
Octal 162 126 74 0 31 57 67 35 37 42
Binary 1110010 1010110 111100 0 11001 101111 110111 11101 11111 100010

Color Harmonies of #72563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72563C

Black with #72563C

Text Example


Text Example

White with #72563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72563C; }

 p { color: rgb(114,86,60); }

 H1.HeaderClassName
 {
   color: #72563C;
 }
 .AnyTagClassName
 {
   color: #72563C;
 }
</style>

background-color css

<style>
 a { background-color: #72563C; }

 a { background-color: rgb(114,86,60); }

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

border-color css

<style>
 span { border-color: #72563C; }

 span { border-color: rgb(114,86,60); }

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