Html Css Color HEX #844A30 Paarl

📋 copy color: '#844A30'

red 132 ◦ green 74 ◦ blue 48

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

Shades of Paarl #844A30

Tints of Paarl #844A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.13%

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

R = 51.97%
G = 29.13%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#844A30 (or 0x844A30) is known color: Paarl. HEX triplet: 84, 4A and 30. RGB value is (132,74,48). Sum of RGB (Red+Green+Blue) = 132+74+48=254 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.97% from 254); Green value is 74 (29.30% from 255 or 29.13% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 132 - color contains mainly: red. Hex color #844A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A30 is #7BB5CF. Grayscale: #585858. Windows color (decimal): -8107472 or 3164804. OLE color: 3164804.

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

Color convert

RGB 132 74 48 -
CMYK 0 0.44 0.64 0.48
HSL 18.57º 0.47% 0.35% -
HSV(B) 18.57º 0.64% 0.52% -
XYZ 12.5 10.02 4.07 -
YUV 88.38 105.22 159.11 -
System Red Green Blue C M Y K H S L
Decimal 132 74 48 0 0.44 0.64 0.48 18.57 0.47 0.35
Hex 84 4A 30 0 2C 40 30 13 2F 23
Octal 204 112 60 0 54 100 60 23 57 43
Binary 10000100 1001010 110000 0 101100 1000000 110000 10011 101111 100011

Color Harmonies of #844A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A30

Black with #844A30

Text Example


Text Example

White with #844A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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