Html Css Color HEX #844330 Paarl

📋 copy color: '#844330'

red 132 ◦ green 67 ◦ blue 48

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

Shades of Paarl #844330

Tints of Paarl #844330

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.13%

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

R = 53.44%
G = 27.13%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#844330 (or 0x844330) is known color: Paarl. HEX triplet: 84, 43 and 30. RGB value is (132,67,48). Sum of RGB (Red+Green+Blue) = 132+67+48=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 48 (19.14% from 255 or 19.43% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #844330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844330 is #7BBCCF. Grayscale: #545454. Windows color (decimal): -8109264 or 3163012. OLE color: 3163012.

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

Color convert

RGB 132 67 48 -
CMYK 0 0.49 0.64 0.48
HSL 13.57º 0.47% 0.35% -
HSV(B) 13.57º 0.64% 0.52% -
XYZ 12.06 9.13 3.92 -
YUV 84.27 107.53 162.04 -
System Red Green Blue C M Y K H S L
Decimal 132 67 48 0 0.49 0.64 0.48 13.57 0.47 0.35
Hex 84 43 30 0 31 40 30 E 2F 23
Octal 204 103 60 0 61 100 60 16 57 43
Binary 10000100 1000011 110000 0 110001 1000000 110000 1110 101111 100011

Color Harmonies of #844330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844330

Black with #844330

Text Example


Text Example

White with #844330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844330; }

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

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

background-color css

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

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

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

border-color css

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

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

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