Html Css Color HEX #834534 Paarl

📋 copy color: '#834534'

red 131 ◦ green 69 ◦ blue 52

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

Shades of Paarl #834534

Tints of Paarl #834534

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 52 (20.7% from 255) = 20.63%

R = 51.98%
G = 27.38%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#834534 (or 0x834534) is known color: Paarl. HEX triplet: 83, 45 and 34. RGB value is (131,69,52). Sum of RGB (Red+Green+Blue) = 131+69+52=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 52 (20.70% from 255 or 20.63% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #834534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834534 is #7CBACB. Grayscale: #555555. Windows color (decimal): -8174284 or 3425667. OLE color: 3425667.

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

Color convert

RGB 131 69 52 -
CMYK 0 0.47 0.60 0.49
HSL 12.91º 0.43% 0.36% -
HSV(B) 12.91º 0.6% 0.51% -
XYZ 12.11 9.33 4.41 -
YUV 85.6 109.04 160.38 -
System Red Green Blue C M Y K H S L
Decimal 131 69 52 0 0.47 0.60 0.49 12.91 0.43 0.36
Hex 83 45 34 0 2F 3C 31 D 2B 24
Octal 203 105 64 0 57 74 61 15 53 44
Binary 10000011 1000101 110100 0 101111 111100 110001 1101 101011 100100

Color Harmonies of #834534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834534

Black with #834534

Text Example


Text Example

White with #834534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834534; }

 p { color: rgb(131,69,52); }

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

background-color css

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

 a { background-color: rgb(131,69,52); }

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

border-color css

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

 span { border-color: rgb(131,69,52); }

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