Html Css Color HEX #85462E Paarl

📋 copy color: '#85462E'

red 133 ◦ green 70 ◦ blue 46

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

Shades of Paarl #85462E

Tints of Paarl #85462E

RGB

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

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

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

R = 53.41%
G = 28.11%
B = 18.47%

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

#85462E (or 0x85462E) is known color: Paarl. HEX triplet: 85, 46 and 2E. RGB value is (133,70,46). Sum of RGB (Red+Green+Blue) = 133+70+46=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85462E is #7AB9D1. Grayscale: #565656. Windows color (decimal): -8042962 or 3032709. OLE color: 3032709.

HSL color Cylindrical-coordinate representation of color #85462E: hue angle of 16.55º 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 #85462E is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 46 -
CMYK 0 0.47 0.65 0.48
HSL 16.55º 0.49% 0.35% -
HSV(B) 16.55º 0.65% 0.52% -
XYZ 12.36 9.56 3.78 -
YUV 86.1 105.37 161.45 -
System Red Green Blue C M Y K H S L
Decimal 133 70 46 0 0.47 0.65 0.48 16.55 0.49 0.35
Hex 85 46 2E 0 2F 41 30 11 31 23
Octal 205 106 56 0 57 101 60 21 61 43
Binary 10000101 1000110 101110 0 101111 1000001 110000 10001 110001 100011

Color Harmonies of #85462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85462E

Black with #85462E

Text Example


Text Example

White with #85462E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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