Html Css Color HEX #834E3B Paarl

📋 copy color: '#834E3B'

red 131 ◦ green 78 ◦ blue 59

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

Shades of Paarl #834E3B

Tints of Paarl #834E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.1%

 BLUE value IS 59 (23.44% from 255) = 22.01%

R = 48.88%
G = 29.1%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#834E3B (or 0x834E3B) is known color: Paarl. HEX triplet: 83, 4E and 3B. RGB value is (131,78,59). Sum of RGB (Red+Green+Blue) = 131+78+59=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #834E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834E3B is #7CB1C4. Grayscale: #5B5B5B. Windows color (decimal): -8171973 or 3886723. OLE color: 3886723.

HSL color Cylindrical-coordinate representation of color #834E3B: hue angle of 15.83º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834E3B is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 78 59 -
CMYK 0 0.40 0.55 0.49
HSL 15.83º 0.38% 0.37% -
HSV(B) 15.83º 0.55% 0.51% -
XYZ 12.87 10.59 5.5 -
YUV 91.68 109.56 156.04 -
System Red Green Blue C M Y K H S L
Decimal 131 78 59 0 0.40 0.55 0.49 15.83 0.38 0.37
Hex 83 4E 3B 0 28 37 31 10 26 25
Octal 203 116 73 0 50 67 61 20 46 45
Binary 10000011 1001110 111011 0 101000 110111 110001 10000 100110 100101

Color Harmonies of #834E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834E3B

Black with #834E3B

Text Example


Text Example

White with #834E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,78,59); }

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

background-color css

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

 a { background-color: rgb(131,78,59); }

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

border-color css

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

 span { border-color: rgb(131,78,59); }

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