Html Css Color HEX #834832 Paarl

📋 copy color: '#834832'

red 131 ◦ green 72 ◦ blue 50

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

Shades of Paarl #834832

Tints of Paarl #834832

RGB

 RED value IS 131 (51.56% from 255) = 51.78%

 GREEN value IS 72 (28.52% from 255) = 28.46%

 BLUE value IS 50 (19.92% from 255) = 19.76%

R = 51.78%
G = 28.46%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#834832 (or 0x834832) is known color: Paarl. HEX triplet: 83, 48 and 32. RGB value is (131,72,50). Sum of RGB (Red+Green+Blue) = 131+72+50=253 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.78% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 131 - color contains mainly: red. Hex color #834832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834832 is #7CB7CD. Grayscale: #575757. Windows color (decimal): -8173518 or 3295363. OLE color: 3295363.

HSL color Cylindrical-coordinate representation of color #834832: hue angle of 16.3º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #834832 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 50 -
CMYK 0 0.45 0.62 0.49
HSL 16.3º 0.45% 0.35% -
HSV(B) 16.3º 0.62% 0.51% -
XYZ 12.25 9.69 4.24 -
YUV 87.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 131 72 50 0 0.45 0.62 0.49 16.3 0.45 0.35
Hex 83 48 32 0 2D 3E 31 10 2D 23
Octal 203 110 62 0 55 76 61 20 55 43
Binary 10000011 1001000 110010 0 101101 111110 110001 10000 101101 100011

Color Harmonies of #834832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834832

Black with #834832

Text Example


Text Example

White with #834832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834832; }

 p { color: rgb(131,72,50); }

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

background-color css

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

 a { background-color: rgb(131,72,50); }

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

border-color css

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

 span { border-color: rgb(131,72,50); }

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