Html Css Color HEX #855037 Paarl

📋 copy color: '#855037'

red 133 ◦ green 80 ◦ blue 55

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

Shades of Paarl #855037

Tints of Paarl #855037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.52%

R = 49.63%
G = 29.85%
B = 20.52%

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

#855037 (or 0x855037) is known color: Paarl. HEX triplet: 85, 50 and 37. RGB value is (133,80,55). Sum of RGB (Red+Green+Blue) = 133+80+55=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #855037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855037 is #7AAFC8. Grayscale: #5D5D5D. Windows color (decimal): -8040393 or 3625093. OLE color: 3625093.

HSL color Cylindrical-coordinate representation of color #855037: hue angle of 19.23º degrees, saturation: 0.41, 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 #855037 is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 55 -
CMYK 0 0.40 0.59 0.48
HSL 19.23º 0.41% 0.37% -
HSV(B) 19.23º 0.59% 0.52% -
XYZ 13.23 11 5.04 -
YUV 93 106.56 156.53 -
System Red Green Blue C M Y K H S L
Decimal 133 80 55 0 0.40 0.59 0.48 19.23 0.41 0.37
Hex 85 50 37 0 28 3B 30 13 29 25
Octal 205 120 67 0 50 73 60 23 51 45
Binary 10000101 1010000 110111 0 101000 111011 110000 10011 101001 100101

Color Harmonies of #855037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855037

Black with #855037

Text Example


Text Example

White with #855037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855037; }

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

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

background-color css

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

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

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

border-color css

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

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

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