Html Css Color HEX #854831 Paarl

📋 copy color: '#854831'

red 133 ◦ green 72 ◦ blue 49

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

Shades of Paarl #854831

Tints of Paarl #854831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 52.36%
G = 28.35%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#854831 (or 0x854831) is known color: Paarl. HEX triplet: 85, 48 and 31. RGB value is (133,72,49). Sum of RGB (Red+Green+Blue) = 133+72+49=254 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.36% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 133 - color contains mainly: red. Hex color #854831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854831 is #7AB7CE. Grayscale: #575757. Windows color (decimal): -8042447 or 3229829. OLE color: 3229829.

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

Color convert

RGB 133 72 49 -
CMYK 0 0.46 0.63 0.48
HSL 16.43º 0.46% 0.36% -
HSV(B) 16.43º 0.63% 0.52% -
XYZ 12.54 9.84 4.14 -
YUV 87.62 106.21 160.37 -
System Red Green Blue C M Y K H S L
Decimal 133 72 49 0 0.46 0.63 0.48 16.43 0.46 0.36
Hex 85 48 31 0 2E 3F 30 10 2E 24
Octal 205 110 61 0 56 77 60 20 56 44
Binary 10000101 1001000 110001 0 101110 111111 110000 10000 101110 100100

Color Harmonies of #854831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854831

Black with #854831

Text Example


Text Example

White with #854831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854831; }

 p { color: rgb(133,72,49); }

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

background-color css

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

 a { background-color: rgb(133,72,49); }

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

border-color css

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

 span { border-color: rgb(133,72,49); }

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