Html Css Color HEX #854535 Paarl

📋 copy color: '#854535'

red 133 ◦ green 69 ◦ blue 53

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

Shades of Paarl #854535

Tints of Paarl #854535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 52.16%
G = 27.06%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#854535 (or 0x854535) is known color: Paarl. HEX triplet: 85, 45 and 35. RGB value is (133,69,53). Sum of RGB (Red+Green+Blue) = 133+69+53=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #854535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854535 is #7ABACA. Grayscale: #565656. Windows color (decimal): -8043211 or 3491205. OLE color: 3491205.

HSL color Cylindrical-coordinate representation of color #854535: hue angle of 12º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #854535 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 69 53 -
CMYK 0 0.48 0.60 0.48
HSL 12º 0.43% 0.36% -
HSV(B) 12º 0.6% 0.52% -
XYZ 12.44 9.5 4.55 -
YUV 86.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 133 69 53 0 0.48 0.60 0.48 12 0.43 0.36
Hex 85 45 35 0 30 3C 30 C 2B 24
Octal 205 105 65 0 60 74 60 14 53 44
Binary 10000101 1000101 110101 0 110000 111100 110000 1100 101011 100100

Color Harmonies of #854535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854535

Black with #854535

Text Example


Text Example

White with #854535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854535; }

 p { color: rgb(133,69,53); }

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

background-color css

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

 a { background-color: rgb(133,69,53); }

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

border-color css

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

 span { border-color: rgb(133,69,53); }

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