Html Css Color HEX #855036 Paarl

📋 copy color: '#855036'

red 133 ◦ green 80 ◦ blue 54

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

Shades of Paarl #855036

Tints of Paarl #855036

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.96%

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 49.81%
G = 29.96%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#855036 (or 0x855036) is known color: Paarl. HEX triplet: 85, 50 and 36. RGB value is (133,80,54). Sum of RGB (Red+Green+Blue) = 133+80+54=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855036 is #7AAFC9. Grayscale: #5D5D5D. Windows color (decimal): -8040394 or 3559557. OLE color: 3559557.

HSL color Cylindrical-coordinate representation of color #855036: hue angle of 19.75º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855036 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 54 -
CMYK 0 0.40 0.59 0.48
HSL 19.75º 0.42% 0.37% -
HSV(B) 19.75º 0.59% 0.52% -
XYZ 13.21 10.99 4.92 -
YUV 92.88 106.06 156.61 -
System Red Green Blue C M Y K H S L
Decimal 133 80 54 0 0.40 0.59 0.48 19.75 0.42 0.37
Hex 85 50 36 0 28 3B 30 14 2A 25
Octal 205 120 66 0 50 73 60 24 52 45
Binary 10000101 1010000 110110 0 101000 111011 110000 10100 101010 100101

Color Harmonies of #855036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855036

Black with #855036

Text Example


Text Example

White with #855036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855036; }

 p { color: rgb(133,80,54); }

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

background-color css

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

 a { background-color: rgb(133,80,54); }

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

border-color css

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

 span { border-color: rgb(133,80,54); }

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