Html Css Color HEX #834631 Paarl

📋 copy color: '#834631'

red 131 ◦ green 70 ◦ blue 49

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

Shades of Paarl #834631

Tints of Paarl #834631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28%

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

R = 52.4%
G = 28%
B = 19.6%

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

#834631 (or 0x834631) is known color: Paarl. HEX triplet: 83, 46 and 31. RGB value is (131,70,49). Sum of RGB (Red+Green+Blue) = 131+70+49=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #834631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834631 is #7CB9CE. Grayscale: #555555. Windows color (decimal): -8174031 or 3229315. OLE color: 3229315.

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

Color convert

RGB 131 70 49 -
CMYK 0 0.47 0.63 0.49
HSL 15.37º 0.46% 0.35% -
HSV(B) 15.37º 0.63% 0.51% -
XYZ 12.1 9.43 4.09 -
YUV 85.85 107.21 160.21 -
System Red Green Blue C M Y K H S L
Decimal 131 70 49 0 0.47 0.63 0.49 15.37 0.46 0.35
Hex 83 46 31 0 2F 3F 31 F 2E 23
Octal 203 106 61 0 57 77 61 17 56 43
Binary 10000011 1000110 110001 0 101111 111111 110001 1111 101110 100011

Color Harmonies of #834631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834631

Black with #834631

Text Example


Text Example

White with #834631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834631; }

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

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

background-color css

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

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

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

border-color css

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

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

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