Html Css Color HEX #844635 Paarl

📋 copy color: '#844635'

red 132 ◦ green 70 ◦ blue 53

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

Shades of Paarl #844635

Tints of Paarl #844635

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

 BLUE value IS 53 (21.09% from 255) = 20.78%

R = 51.76%
G = 27.45%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#844635 (or 0x844635) is known color: Paarl. HEX triplet: 84, 46 and 35. RGB value is (132,70,53). Sum of RGB (Red+Green+Blue) = 132+70+53=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 53 (21.09% from 255 or 20.78% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #844635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844635 is #7BB9CA. Grayscale: #565656. Windows color (decimal): -8108491 or 3491460. OLE color: 3491460.

HSL color Cylindrical-coordinate representation of color #844635: hue angle of 12.91º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #844635 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 53 -
CMYK 0 0.47 0.60 0.48
HSL 12.91º 0.43% 0.36% -
HSV(B) 12.91º 0.6% 0.52% -
XYZ 12.35 9.54 4.56 -
YUV 86.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 132 70 53 0 0.47 0.60 0.48 12.91 0.43 0.36
Hex 84 46 35 0 2F 3C 30 D 2B 24
Octal 204 106 65 0 57 74 60 15 53 44
Binary 10000100 1000110 110101 0 101111 111100 110000 1101 101011 100100

Color Harmonies of #844635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844635

Black with #844635

Text Example


Text Example

White with #844635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844635; }

 p { color: rgb(132,70,53); }

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

background-color css

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

 a { background-color: rgb(132,70,53); }

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

border-color css

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

 span { border-color: rgb(132,70,53); }

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