Html Css Color HEX #85472E Paarl

📋 copy color: '#85472E'

red 133 ◦ green 71 ◦ blue 46

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

Shades of Paarl #85472E

Tints of Paarl #85472E

RGB

 RED value IS 133 (52.34% from 255) = 53.2%

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

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

R = 53.2%
G = 28.4%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85472E (or 0x85472E) is known color: Paarl. HEX triplet: 85, 47 and 2E. RGB value is (133,71,46). Sum of RGB (Red+Green+Blue) = 133+71+46=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85472E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85472E is #7AB8D1. Grayscale: #565656. Windows color (decimal): -8042706 or 3032965. OLE color: 3032965.

HSL color Cylindrical-coordinate representation of color #85472E: hue angle of 17.24º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #85472E is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 46 -
CMYK 0 0.47 0.65 0.48
HSL 17.24º 0.49% 0.35% -
HSV(B) 17.24º 0.65% 0.52% -
XYZ 12.42 9.69 3.8 -
YUV 86.69 105.04 161.03 -
System Red Green Blue C M Y K H S L
Decimal 133 71 46 0 0.47 0.65 0.48 17.24 0.49 0.35
Hex 85 47 2E 0 2F 41 30 11 31 23
Octal 205 107 56 0 57 101 60 21 61 43
Binary 10000101 1000111 101110 0 101111 1000001 110000 10001 110001 100011

Color Harmonies of #85472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85472E

Black with #85472E

Text Example


Text Example

White with #85472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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