Html Css Color HEX #85472D Paarl

📋 copy color: '#85472D'

red 133 ◦ green 71 ◦ blue 45

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

Shades of Paarl #85472D

Tints of Paarl #85472D

RGB

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

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

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

R = 53.41%
G = 28.51%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85472D (or 0x85472D) is known color: Paarl. HEX triplet: 85, 47 and 2D. RGB value is (133,71,45). Sum of RGB (Red+Green+Blue) = 133+71+45=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85472D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85472D is #7AB8D2. Grayscale: #565656. Windows color (decimal): -8042707 or 2967429. OLE color: 2967429.

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

Color convert

RGB 133 71 45 -
CMYK 0 0.47 0.66 0.48
HSL 17.73º 0.49% 0.35% -
HSV(B) 17.73º 0.66% 0.52% -
XYZ 12.4 9.68 3.7 -
YUV 86.57 104.54 161.11 -
System Red Green Blue C M Y K H S L
Decimal 133 71 45 0 0.47 0.66 0.48 17.73 0.49 0.35
Hex 85 47 2D 0 2F 42 30 12 31 23
Octal 205 107 55 0 57 102 60 22 61 43
Binary 10000101 1000111 101101 0 101111 1000010 110000 10010 110001 100011

Color Harmonies of #85472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85472D

Black with #85472D

Text Example


Text Example

White with #85472D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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