Html Css Color HEX #844B33 Paarl

📋 copy color: '#844B33'

red 132 ◦ green 75 ◦ blue 51

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

Shades of Paarl #844B33

Tints of Paarl #844B33

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.07%

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 51.16%
G = 29.07%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#844B33 (or 0x844B33) is known color: Paarl. HEX triplet: 84, 4B and 33. RGB value is (132,75,51). Sum of RGB (Red+Green+Blue) = 132+75+51=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #844B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B33 is #7BB4CC. Grayscale: #595959. Windows color (decimal): -8107213 or 3361668. OLE color: 3361668.

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

Color convert

RGB 132 75 51 -
CMYK 0 0.43 0.61 0.48
HSL 17.78º 0.44% 0.36% -
HSV(B) 17.78º 0.61% 0.52% -
XYZ 12.63 10.18 4.43 -
YUV 89.31 106.38 158.45 -
System Red Green Blue C M Y K H S L
Decimal 132 75 51 0 0.43 0.61 0.48 17.78 0.44 0.36
Hex 84 4B 33 0 2B 3D 30 12 2C 24
Octal 204 113 63 0 53 75 60 22 54 44
Binary 10000100 1001011 110011 0 101011 111101 110000 10010 101100 100100

Color Harmonies of #844B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844B33

Black with #844B33

Text Example


Text Example

White with #844B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,75,51); }

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

background-color css

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

 a { background-color: rgb(132,75,51); }

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

border-color css

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

 span { border-color: rgb(132,75,51); }

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