Html Css Color HEX #834C35 Paarl

📋 copy color: '#834C35'

red 131 ◦ green 76 ◦ blue 53

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

Shades of Paarl #834C35

Tints of Paarl #834C35

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 53 (21.09% from 255) = 20.38%

R = 50.38%
G = 29.23%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#834C35 (or 0x834C35) is known color: Paarl. HEX triplet: 83, 4C and 35. RGB value is (131,76,53). Sum of RGB (Red+Green+Blue) = 131+76+53=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #834C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C35 is #7CB3CA. Grayscale: #595959. Windows color (decimal): -8172491 or 3492995. OLE color: 3492995.

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

Color convert

RGB 131 76 53 -
CMYK 0 0.42 0.60 0.49
HSL 17.69º 0.42% 0.36% -
HSV(B) 17.69º 0.6% 0.51% -
XYZ 12.59 10.25 4.68 -
YUV 89.82 107.22 157.37 -
System Red Green Blue C M Y K H S L
Decimal 131 76 53 0 0.42 0.60 0.49 17.69 0.42 0.36
Hex 83 4C 35 0 2A 3C 31 12 2A 24
Octal 203 114 65 0 52 74 61 22 52 44
Binary 10000011 1001100 110101 0 101010 111100 110001 10010 101010 100100

Color Harmonies of #834C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C35

Black with #834C35

Text Example


Text Example

White with #834C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,76,53); }

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

background-color css

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

 a { background-color: rgb(131,76,53); }

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

border-color css

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

 span { border-color: rgb(131,76,53); }

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