Html Css Color HEX #854B31 Paarl

📋 copy color: '#854B31'

red 133 ◦ green 75 ◦ blue 49

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

Shades of Paarl #854B31

Tints of Paarl #854B31

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

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

R = 51.75%
G = 29.18%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#854B31 (or 0x854B31) is known color: Paarl. HEX triplet: 85, 4B and 31. RGB value is (133,75,49). Sum of RGB (Red+Green+Blue) = 133+75+49=257 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.75% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 133 - color contains mainly: red. Hex color #854B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B31 is #7AB4CE. Grayscale: #595959. Windows color (decimal): -8041679 or 3230597. OLE color: 3230597.

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

Color convert

RGB 133 75 49 -
CMYK 0 0.44 0.63 0.48
HSL 18.57º 0.46% 0.36% -
HSV(B) 18.57º 0.63% 0.52% -
XYZ 12.74 10.24 4.21 -
YUV 89.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 133 75 49 0 0.44 0.63 0.48 18.57 0.46 0.36
Hex 85 4B 31 0 2C 3F 30 13 2E 24
Octal 205 113 61 0 54 77 60 23 56 44
Binary 10000101 1001011 110001 0 101100 111111 110000 10011 101110 100100

Color Harmonies of #854B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854B31

Black with #854B31

Text Example


Text Example

White with #854B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854B31; }

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

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

background-color css

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

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

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

border-color css

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

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

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