Html Css Color HEX #834932 Paarl

📋 copy color: '#834932'

red 131 ◦ green 73 ◦ blue 50

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

Shades of Paarl #834932

Tints of Paarl #834932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

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

R = 51.57%
G = 28.74%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#834932 (or 0x834932) is known color: Paarl. HEX triplet: 83, 49 and 32. RGB value is (131,73,50). Sum of RGB (Red+Green+Blue) = 131+73+50=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #834932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834932 is #7CB6CD. Grayscale: #575757. Windows color (decimal): -8173262 or 3295619. OLE color: 3295619.

HSL color Cylindrical-coordinate representation of color #834932: hue angle of 17.04º 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 #834932 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 73 50 -
CMYK 0 0.44 0.62 0.49
HSL 17.04º 0.45% 0.35% -
HSV(B) 17.04º 0.62% 0.51% -
XYZ 12.32 9.82 4.26 -
YUV 87.72 106.72 158.87 -
System Red Green Blue C M Y K H S L
Decimal 131 73 50 0 0.44 0.62 0.49 17.04 0.45 0.35
Hex 83 49 32 0 2C 3E 31 11 2D 23
Octal 203 111 62 0 54 76 61 21 55 43
Binary 10000011 1001001 110010 0 101100 111110 110001 10001 101101 100011

Color Harmonies of #834932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834932

Black with #834932

Text Example


Text Example

White with #834932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834932; }

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

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

background-color css

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

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

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

border-color css

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

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

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