Html Css Color HEX #844630 Paarl

📋 copy color: '#844630'

red 132 ◦ green 70 ◦ blue 48

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

Shades of Paarl #844630

Tints of Paarl #844630

RGB

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

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

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

R = 52.8%
G = 28%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#844630 (or 0x844630) is known color: Paarl. HEX triplet: 84, 46 and 30. RGB value is (132,70,48). Sum of RGB (Red+Green+Blue) = 132+70+48=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #844630 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844630 is #7BB9CF. Grayscale: #565656. Windows color (decimal): -8108496 or 3163780. OLE color: 3163780.

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

Color convert

RGB 132 70 48 -
CMYK 0 0.47 0.64 0.48
HSL 15.71º 0.47% 0.35% -
HSV(B) 15.71º 0.64% 0.52% -
XYZ 12.24 9.5 3.98 -
YUV 86.03 106.54 160.79 -
System Red Green Blue C M Y K H S L
Decimal 132 70 48 0 0.47 0.64 0.48 15.71 0.47 0.35
Hex 84 46 30 0 2F 40 30 10 2F 23
Octal 204 106 60 0 57 100 60 20 57 43
Binary 10000100 1000110 110000 0 101111 1000000 110000 10000 101111 100011

Color Harmonies of #844630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844630

Black with #844630

Text Example


Text Example

White with #844630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844630; }

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

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

background-color css

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

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

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

border-color css

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

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

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