Html Css Color HEX #834531 Paarl

📋 copy color: '#834531'

red 131 ◦ green 69 ◦ blue 49

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

Shades of Paarl #834531

Tints of Paarl #834531

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.71%

 BLUE value IS 49 (19.53% from 255) = 19.68%

R = 52.61%
G = 27.71%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#834531 (or 0x834531) is known color: Paarl. HEX triplet: 83, 45 and 31. RGB value is (131,69,49). Sum of RGB (Red+Green+Blue) = 131+69+49=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 49 (19.53% from 255 or 19.68% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #834531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834531 is #7CBACE. Grayscale: #555555. Windows color (decimal): -8174287 or 3229059. OLE color: 3229059.

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

Color convert

RGB 131 69 49 -
CMYK 0 0.47 0.63 0.49
HSL 14.63º 0.46% 0.35% -
HSV(B) 14.63º 0.63% 0.51% -
XYZ 12.04 9.3 4.07 -
YUV 85.26 107.54 160.63 -
System Red Green Blue C M Y K H S L
Decimal 131 69 49 0 0.47 0.63 0.49 14.63 0.46 0.35
Hex 83 45 31 0 2F 3F 31 F 2E 23
Octal 203 105 61 0 57 77 61 17 56 43
Binary 10000011 1000101 110001 0 101111 111111 110001 1111 101110 100011

Color Harmonies of #834531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834531

Black with #834531

Text Example


Text Example

White with #834531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834531; }

 p { color: rgb(131,69,49); }

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

background-color css

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

 a { background-color: rgb(131,69,49); }

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

border-color css

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

 span { border-color: rgb(131,69,49); }

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