Html Css Color HEX #85442D Paarl

📋 copy color: '#85442D'

red 133 ◦ green 68 ◦ blue 45

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

Shades of Paarl #85442D

Tints of Paarl #85442D

RGB

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

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

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

R = 54.07%
G = 27.64%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#85442D (or 0x85442D) is known color: Paarl. HEX triplet: 85, 44 and 2D. RGB value is (133,68,45). Sum of RGB (Red+Green+Blue) = 133+68+45=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85442D is #7ABBD2. Grayscale: #545454. Windows color (decimal): -8043475 or 2966661. OLE color: 2966661.

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

Color convert

RGB 133 68 45 -
CMYK 0 0.49 0.66 0.48
HSL 15.68º 0.49% 0.35% -
HSV(B) 15.68º 0.66% 0.52% -
XYZ 12.21 9.31 3.64 -
YUV 84.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 133 68 45 0 0.49 0.66 0.48 15.68 0.49 0.35
Hex 85 44 2D 0 31 42 30 10 31 23
Octal 205 104 55 0 61 102 60 20 61 43
Binary 10000101 1000100 101101 0 110001 1000010 110000 10000 110001 100011

Color Harmonies of #85442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85442D

Black with #85442D

Text Example


Text Example

White with #85442D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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