Html Css Color HEX #834D37 Paarl

📋 copy color: '#834D37'

red 131 ◦ green 77 ◦ blue 55

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

Shades of Paarl #834D37

Tints of Paarl #834D37

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.28%

 BLUE value IS 55 (21.88% from 255) = 20.91%

R = 49.81%
G = 29.28%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#834D37 (or 0x834D37) is known color: Paarl. HEX triplet: 83, 4D and 37. RGB value is (131,77,55). Sum of RGB (Red+Green+Blue) = 131+77+55=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #834D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D37 is #7CB2C8. Grayscale: #5A5A5A. Windows color (decimal): -8172233 or 3624323. OLE color: 3624323.

HSL color Cylindrical-coordinate representation of color #834D37: hue angle of 17.37º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #834D37 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 77 55 -
CMYK 0 0.41 0.58 0.49
HSL 17.37º 0.41% 0.36% -
HSV(B) 17.37º 0.58% 0.51% -
XYZ 12.7 10.41 4.95 -
YUV 90.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 131 77 55 0 0.41 0.58 0.49 17.37 0.41 0.36
Hex 83 4D 37 0 29 3A 31 11 29 24
Octal 203 115 67 0 51 72 61 21 51 44
Binary 10000011 1001101 110111 0 101001 111010 110001 10001 101001 100100

Color Harmonies of #834D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834D37

Black with #834D37

Text Example


Text Example

White with #834D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834D37; }

 p { color: rgb(131,77,55); }

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

background-color css

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

 a { background-color: rgb(131,77,55); }

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

border-color css

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

 span { border-color: rgb(131,77,55); }

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