Html Css Color HEX #854830 Paarl

📋 copy color: '#854830'

red 133 ◦ green 72 ◦ blue 48

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

Shades of Paarl #854830

Tints of Paarl #854830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.97%

R = 52.57%
G = 28.46%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#854830 (or 0x854830) is known color: Paarl. HEX triplet: 85, 48 and 30. RGB value is (133,72,48). Sum of RGB (Red+Green+Blue) = 133+72+48=253 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.57% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 133 - color contains mainly: red. Hex color #854830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854830 is #7AB7CF. Grayscale: #575757. Windows color (decimal): -8042448 or 3164293. OLE color: 3164293.

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

Color convert

RGB 133 72 48 -
CMYK 0 0.46 0.64 0.48
HSL 16.94º 0.47% 0.35% -
HSV(B) 16.94º 0.64% 0.52% -
XYZ 12.52 9.83 4.03 -
YUV 87.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 133 72 48 0 0.46 0.64 0.48 16.94 0.47 0.35
Hex 85 48 30 0 2E 40 30 11 2F 23
Octal 205 110 60 0 56 100 60 21 57 43
Binary 10000101 1001000 110000 0 101110 1000000 110000 10001 101111 100011

Color Harmonies of #854830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854830

Black with #854830

Text Example


Text Example

White with #854830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854830; }

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

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

background-color css

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

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

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

border-color css

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

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

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