Html Css Color HEX #834A36 Paarl

📋 copy color: '#834A36'

red 131 ◦ green 74 ◦ blue 54

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

Shades of Paarl #834A36

Tints of Paarl #834A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.57%

 BLUE value IS 54 (21.48% from 255) = 20.85%

R = 50.58%
G = 28.57%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#834A36 (or 0x834A36) is known color: Paarl. HEX triplet: 83, 4A and 36. RGB value is (131,74,54). Sum of RGB (Red+Green+Blue) = 131+74+54=259 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.58% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 131 - color contains mainly: red. Hex color #834A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A36 is #7CB5C9. Grayscale: #585858. Windows color (decimal): -8173002 or 3558019. OLE color: 3558019.

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

Color convert

RGB 131 74 54 -
CMYK 0 0.44 0.59 0.49
HSL 15.58º 0.42% 0.36% -
HSV(B) 15.58º 0.59% 0.51% -
XYZ 12.47 9.99 4.76 -
YUV 88.76 108.38 158.13 -
System Red Green Blue C M Y K H S L
Decimal 131 74 54 0 0.44 0.59 0.49 15.58 0.42 0.36
Hex 83 4A 36 0 2C 3B 31 10 2A 24
Octal 203 112 66 0 54 73 61 20 52 44
Binary 10000011 1001010 110110 0 101100 111011 110001 10000 101010 100100

Color Harmonies of #834A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834A36

Black with #834A36

Text Example


Text Example

White with #834A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,74,54); }

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

background-color css

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

 a { background-color: rgb(131,74,54); }

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

border-color css

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

 span { border-color: rgb(131,74,54); }

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