Html Css Color HEX #834935 Paarl

📋 copy color: '#834935'

red 131 ◦ green 73 ◦ blue 53

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

Shades of Paarl #834935

Tints of Paarl #834935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.62%

R = 50.97%
G = 28.4%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#834935 (or 0x834935) is known color: Paarl. HEX triplet: 83, 49 and 35. RGB value is (131,73,53). Sum of RGB (Red+Green+Blue) = 131+73+53=257 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.97% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 131 - color contains mainly: red. Hex color #834935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834935 is #7CB6CA. Grayscale: #585858. Windows color (decimal): -8173259 or 3492227. OLE color: 3492227.

HSL color Cylindrical-coordinate representation of color #834935: hue angle of 15.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #834935 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 73 53 -
CMYK 0 0.44 0.60 0.49
HSL 15.38º 0.42% 0.36% -
HSV(B) 15.38º 0.6% 0.51% -
XYZ 12.39 9.85 4.62 -
YUV 88.06 108.22 158.63 -
System Red Green Blue C M Y K H S L
Decimal 131 73 53 0 0.44 0.60 0.49 15.38 0.42 0.36
Hex 83 49 35 0 2C 3C 31 F 2A 24
Octal 203 111 65 0 54 74 61 17 52 44
Binary 10000011 1001001 110101 0 101100 111100 110001 1111 101010 100100

Color Harmonies of #834935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834935

Black with #834935

Text Example


Text Example

White with #834935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834935; }

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

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

background-color css

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

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

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

border-color css

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

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

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