Html Css Color HEX #834532 Paarl

📋 copy color: '#834532'

red 131 ◦ green 69 ◦ blue 50

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

Shades of Paarl #834532

Tints of Paarl #834532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20%

R = 52.4%
G = 27.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#834532 (or 0x834532) is known color: Paarl. HEX triplet: 83, 45 and 32. RGB value is (131,69,50). Sum of RGB (Red+Green+Blue) = 131+69+50=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #834532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834532 is #7CBACD. Grayscale: #555555. Windows color (decimal): -8174286 or 3294595. OLE color: 3294595.

HSL color Cylindrical-coordinate representation of color #834532: hue angle of 14.07º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #834532 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 69 50 -
CMYK 0 0.47 0.62 0.49
HSL 14.07º 0.45% 0.35% -
HSV(B) 14.07º 0.62% 0.51% -
XYZ 12.06 9.31 4.18 -
YUV 85.37 108.04 160.54 -
System Red Green Blue C M Y K H S L
Decimal 131 69 50 0 0.47 0.62 0.49 14.07 0.45 0.35
Hex 83 45 32 0 2F 3E 31 E 2D 23
Octal 203 105 62 0 57 76 61 16 55 43
Binary 10000011 1000101 110010 0 101111 111110 110001 1110 101101 100011

Color Harmonies of #834532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834532

Black with #834532

Text Example


Text Example

White with #834532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834532; }

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

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

background-color css

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

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

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

border-color css

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

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

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