Html Css Color HEX #85462C Paarl

📋 copy color: '#85462C'

red 133 ◦ green 70 ◦ blue 44

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

Shades of Paarl #85462C

Tints of Paarl #85462C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 53.85%
G = 28.34%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#85462C (or 0x85462C) is known color: Paarl. HEX triplet: 85, 46 and 2C. RGB value is (133,70,44). Sum of RGB (Red+Green+Blue) = 133+70+44=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85462C is #7AB9D3. Grayscale: #565656. Windows color (decimal): -8042964 or 2901637. OLE color: 2901637.

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

Color convert

RGB 133 70 44 -
CMYK 0 0.47 0.67 0.48
HSL 17.53º 0.5% 0.35% -
HSV(B) 17.53º 0.67% 0.52% -
XYZ 12.32 9.55 3.58 -
YUV 85.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 133 70 44 0 0.47 0.67 0.48 17.53 0.5 0.35
Hex 85 46 2C 0 2F 43 30 12 32 23
Octal 205 106 54 0 57 103 60 22 62 43
Binary 10000101 1000110 101100 0 101111 1000011 110000 10010 110010 100011

Color Harmonies of #85462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85462C

Black with #85462C

Text Example


Text Example

White with #85462C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,70,44); }

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

background-color css

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

 a { background-color: rgb(133,70,44); }

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

border-color css

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

 span { border-color: rgb(133,70,44); }

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