Html Css Color HEX #854331 Paarl

📋 copy color: '#854331'

red 133 ◦ green 67 ◦ blue 49

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

Shades of Paarl #854331

Tints of Paarl #854331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

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

R = 53.41%
G = 26.91%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#854331 (or 0x854331) is known color: Paarl. HEX triplet: 85, 43 and 31. RGB value is (133,67,49). Sum of RGB (Red+Green+Blue) = 133+67+49=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #854331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854331 is #7ABCCE. Grayscale: #545454. Windows color (decimal): -8043727 or 3228549. OLE color: 3228549.

HSL color Cylindrical-coordinate representation of color #854331: hue angle of 12.86º 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 #854331 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 49 -
CMYK 0 0.50 0.63 0.48
HSL 12.86º 0.46% 0.36% -
HSV(B) 12.86º 0.63% 0.52% -
XYZ 12.23 9.22 4.04 -
YUV 84.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 133 67 49 0 0.50 0.63 0.48 12.86 0.46 0.36
Hex 85 43 31 0 32 3F 30 D 2E 24
Octal 205 103 61 0 62 77 60 15 56 44
Binary 10000101 1000011 110001 0 110010 111111 110000 1101 101110 100100

Color Harmonies of #854331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854331

Black with #854331

Text Example


Text Example

White with #854331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854331; }

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

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

background-color css

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

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

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

border-color css

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

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

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