Html Css Color HEX #83462E Paarl

📋 copy color: '#83462E'

red 131 ◦ green 70 ◦ blue 46

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

Shades of Paarl #83462E

Tints of Paarl #83462E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

 BLUE value IS 46 (18.36% from 255) = 18.62%

R = 53.04%
G = 28.34%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#83462E (or 0x83462E) is known color: Paarl. HEX triplet: 83, 46 and 2E. RGB value is (131,70,46). Sum of RGB (Red+Green+Blue) = 131+70+46=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83462E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83462E is #7CB9D1. Grayscale: #555555. Windows color (decimal): -8174034 or 3032707. OLE color: 3032707.

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

Color convert

RGB 131 70 46 -
CMYK 0 0.47 0.65 0.49
HSL 16.94º 0.48% 0.35% -
HSV(B) 16.94º 0.65% 0.51% -
XYZ 12.04 9.4 3.76 -
YUV 85.5 105.71 160.45 -
System Red Green Blue C M Y K H S L
Decimal 131 70 46 0 0.47 0.65 0.49 16.94 0.48 0.35
Hex 83 46 2E 0 2F 41 31 11 30 23
Octal 203 106 56 0 57 101 61 21 60 43
Binary 10000011 1000110 101110 0 101111 1000001 110001 10001 110000 100011

Color Harmonies of #83462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83462E

Black with #83462E

Text Example


Text Example

White with #83462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83462E; }

 p { color: rgb(131,70,46); }

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

background-color css

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

 a { background-color: rgb(131,70,46); }

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

border-color css

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

 span { border-color: rgb(131,70,46); }

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