Html Css Color HEX #844830 Paarl

📋 copy color: '#844830'

red 132 ◦ green 72 ◦ blue 48

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

Shades of Paarl #844830

Tints of Paarl #844830

RGB

 RED value IS 132 (51.95% from 255) = 52.38%

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

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

R = 52.38%
G = 28.57%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#844830 (or 0x844830) is known color: Paarl. HEX triplet: 84, 48 and 30. RGB value is (132,72,48). Sum of RGB (Red+Green+Blue) = 132+72+48=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #844830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844830 is #7BB7CF. Grayscale: #575757. Windows color (decimal): -8107984 or 3164292. OLE color: 3164292.

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

Color convert

RGB 132 72 48 -
CMYK 0 0.45 0.64 0.48
HSL 17.14º 0.47% 0.35% -
HSV(B) 17.14º 0.64% 0.52% -
XYZ 12.37 9.75 4.03 -
YUV 87.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 132 72 48 0 0.45 0.64 0.48 17.14 0.47 0.35
Hex 84 48 30 0 2D 40 30 11 2F 23
Octal 204 110 60 0 55 100 60 21 57 43
Binary 10000100 1001000 110000 0 101101 1000000 110000 10001 101111 100011

Color Harmonies of #844830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844830

Black with #844830

Text Example


Text Example

White with #844830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844830; }

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

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

background-color css

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

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

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

border-color css

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

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

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