Html Css Color HEX #85442E Paarl

📋 copy color: '#85442E'

red 133 ◦ green 68 ◦ blue 46

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

Shades of Paarl #85442E

Tints of Paarl #85442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

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

R = 53.85%
G = 27.53%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85442E (or 0x85442E) is known color: Paarl. HEX triplet: 85, 44 and 2E. RGB value is (133,68,46). Sum of RGB (Red+Green+Blue) = 133+68+46=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85442E is #7ABBD1. Grayscale: #555555. Windows color (decimal): -8043474 or 3032197. OLE color: 3032197.

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

Color convert

RGB 133 68 46 -
CMYK 0 0.49 0.65 0.48
HSL 15.17º 0.49% 0.35% -
HSV(B) 15.17º 0.65% 0.52% -
XYZ 12.23 9.32 3.74 -
YUV 84.93 106.03 162.29 -
System Red Green Blue C M Y K H S L
Decimal 133 68 46 0 0.49 0.65 0.48 15.17 0.49 0.35
Hex 85 44 2E 0 31 41 30 F 31 23
Octal 205 104 56 0 61 101 60 17 61 43
Binary 10000101 1000100 101110 0 110001 1000001 110000 1111 110001 100011

Color Harmonies of #85442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85442E

Black with #85442E

Text Example


Text Example

White with #85442E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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