Html Css Color HEX #834C37 Paarl

📋 copy color: '#834C37'

red 131 ◦ green 76 ◦ blue 55

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

Shades of Paarl #834C37

Tints of Paarl #834C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

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

R = 50%
G = 29.01%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#834C37 (or 0x834C37) is known color: Paarl. HEX triplet: 83, 4C and 37. RGB value is (131,76,55). Sum of RGB (Red+Green+Blue) = 131+76+55=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #834C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C37 is #7CB3C8. Grayscale: #5A5A5A. Windows color (decimal): -8172489 or 3624067. OLE color: 3624067.

HSL color Cylindrical-coordinate representation of color #834C37: hue angle of 16.58º 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 #834C37 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 76 55 -
CMYK 0 0.42 0.58 0.49
HSL 16.58º 0.41% 0.36% -
HSV(B) 16.58º 0.58% 0.51% -
XYZ 12.63 10.27 4.93 -
YUV 90.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 131 76 55 0 0.42 0.58 0.49 16.58 0.41 0.36
Hex 83 4C 37 0 2A 3A 31 11 29 24
Octal 203 114 67 0 52 72 61 21 51 44
Binary 10000011 1001100 110111 0 101010 111010 110001 10001 101001 100100

Color Harmonies of #834C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C37

Black with #834C37

Text Example


Text Example

White with #834C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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